-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Make it a VS Code Extension #501
Comments
I haven’t tried it (I’m using it as a Git pre-hook), but there should already be a Prettier extension, so this should already work. |
The Prettier extension for VS Code does not come with Java support by default. It requires non-trivial settings to enable JHipster's plugin. |
Oh, let’s have a look at improving it. |
I'm using java prettier formatter plugin and it seems to work for me at least. |
Hi all, I'm the 'author' of |
Bad news: The VS Code extension by mwpb is not available any more. Good news: The official VS Code extension for prettier supports plugins for other programming languages, see: We are using this VS Code extension together with the jhipster Java plugin for prettier in my team to format Java source code files. |
Thanks @chrassig for the info! |
We are using vs code with the prettier extension. We have the java plugin configured in prettier and vs code is formatting java files as expected afaict. |
Title says it all. :-P
The text was updated successfully, but these errors were encountered: