You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in exploring the possibility of using a different formatter than the default Eclipse formatter with this tool.
There are a few other formatters that are popular that warrant consideration (google-java-formatter and prettier-java for starters). Initially, my interest is with google-java-formatter but the capability is just as important.
A few questions for those in the know:
Is this philosophically a non-starter?
Has there been consideration about this in the past? I would love to follow up on the discussion. I saw a draft PR that has been in limbo for a few years, but beyond that, anything?
What would be involved? At first glance, it seems that we'd want to either configure a different FormatterHandler (and options) or educate the FormatterHandler to delegate to a formatter of choice. Perhaps either create a plugin (which gets messy) or else expose an interface that contributors can extend (i.e. internal plugin) as part of the standard distribution?
I'm completely new to this project, so I do face a steep learning curve, but would be willing to contribute. My daily driver IDE is IntelliJ but I teach students using vscode and have been experimenting with zed, both of which would benefit from this proposed extension.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. First post.
I am interested in exploring the possibility of using a different formatter than the default Eclipse formatter with this tool.
There are a few other formatters that are popular that warrant consideration (
google-java-formatterandprettier-javafor starters). Initially, my interest is withgoogle-java-formatterbut the capability is just as important.A few questions for those in the know:
I'm completely new to this project, so I do face a steep learning curve, but would be willing to contribute. My daily driver IDE is IntelliJ but I teach students using vscode and have been experimenting with zed, both of which would benefit from this proposed extension.
Thanks - looking forward to learning more.
Tony
Beta Was this translation helpful? Give feedback.
All reactions