-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse plugin does not seem to work #1076
Comments
Same here. Eclipse |
Maybe you looked at the wrong setting? You have to enable the formatter implementation, not change the format settings, which are ignored anyway. This is a bit hard to find. On the Preferences > Java Code Style > Java > Code Style > Formatter page, there is a little menu "Formatter implemention" for it. (You can also do it in the project specific settings Java Code Style > Formatter) |
What is the correct configuration in the formatter page? Despite selecting palantin-java-format as the formatter implementation, it seems active profile still overrides the formatting somewhat. |
maybe not the right issue, but get errors on Save, from the formatter...
Eclipse with Java 17, have set all the JVM args i've seen in other threads that supposedly fix this. I have Google formatter plugin working, but the palantir plugin still fails. |
What happened?
I build the eclipse plugin and moved the jar to the proper location to the dropins folder but I cannot find a way to activate the plugin or do perform any code formatting like in IntelliJ. In eclipse I only see the default code format settings Eclipse Build-in etc. . What am I missing?
What did you want to happen?
Palantir-Java-Format should be activated and used globally so that it also will be used on save actions etc.
The text was updated successfully, but these errors were encountered: