redhat-developer / redhat-developer/vscode-java
Inconsistency in line break "{}" formatting in Java with in VS Code
Nessuno ha ancora preso questa issue.
- Lingua principale
- TypeScript
- Stelle
- 2.3k
- Fork
- 546
- Merge medio
- 20h 1m
- PR unite (30g)
- 11
Descrizione
In my VSC I have the extension called "Language support for java(TM) by red hat". The typical one that all of us who do Java have and this is self-evident. The formatter of said extension does not format correctly. Surely the formatting is taken from LLVM so there is some error or even some incorrect syntax when formatting
When I format in VSC this example code with java or java spring boot:
❌Incorrect - If I format like this, it leaves it like this
This happens on both the opening "{" and the ending "}". It seems that the extra space has no influence since the format accepts both together and extra spacing. When the correct one is the second one with the extra spacing.
| Incorrect | Preview |
|---|---|
| ❌ | ![]() |
| ✅ | Also say the formatting of the extension also leaves it like this if the code is like this.![]() |
3 incorrect formats accepted by the formatter have been shown. Therefore, if there is any code "in that format", the formatter will leave it that way. Only the correct one is the last one or the one made by Eclipse.
This doesn't make much sense since the code is stuck above or below or even between the curly braces "{}".
This way of formatting is not expected for those of us who work with Java. Eclipse does well in this regard.
✅ correct - This is how Eclipse does it. It doesn't matter how messy the code is. It will leave it like this:
| Correct | Preview |
|---|---|
| ✅ | ![]() |
I have tried countless things, none of them worked.
This has worked since 2007 in eclipse. We are in 2024. As an example of a good format:

How do you solve this problem and get the correct form, like correct or equal to eclipse?
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Riproduci il comportamento di formattazione delle parentesi graffe e delle interruzioni di riga nella Java VS Code extension usando gli esempi e gli screenshot nel report, quindi confronta l'output con Eclipse. Traccia il comportamento del formatter dal punto di ingresso della formattazione Java dell'estensione e determina se la discrepanza dipende dalla configurazione o dall'implementazione. Il lavoro è completato quando i layout segnalati sono normalizzati al risultato atteso in stile Eclipse.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java, vscode
- Ambito
- tooling
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100

