Code formatting is not working with quarkus-java11 plugin
See original GitHub issueDescribe the bug
Tried to format Java code with
- 7.16.2 (che.openshift.io)
- quarkus-java11 plugin
- id: redhat/quarkus-java11/latest type: chePlugin
Code completion works fine.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Building applications with Maven - Quarkus
Open the project directory in VS Code. If you have installed the Java Extension Pack (grouping a set of Java extensions), the project...
Read more >Writing Your Own Extension - Quarkus
Quarkus extensions add a new developer focused behavior to the core offering, and consist of two distinct parts, buildtime augmentation and runtime ...
Read more >Building Quarkus apps with Quarkus Command Line Interface ...
The quarkus command lets you create projects, manage extensions and do essential build and dev commands using the underlying project build tool. This...
Read more >All configuration options - Quarkus
AWS Lambda Type Default
AWS Lambda Common Type Default
AWS Lambda Gateway REST API Type Default
Agroal ‑ Database connection pool Type Default
Read more >Writing JSON REST Services - Quarkus
All the information between the browser and the server are formatted as JSON ... --extension='resteasy-reactive-jackson' \ --no-code cd rest-json-quickstart.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we can close this, as we have vscode-quarkus 1.6.0 which does not contribute any formatters anymore. The theia issue is separate and can be handled as such.
@vitaliy-guliy yes it works due to implementation details https://github.com/redhat-developer/vscode-java/blob/e541b1a8dc2cf2127ef9bbe34c1474d24d8fd65f/src/extension.ts#L309
but it’s not really what is expected