microsoft / microsoft/vscode-java-pack
Code formatting is working incorrectly if variable or class name consists of Egyptian hieroglyphs
@testforstephen ya está trabajando en esto.
Desde el 22/3/2021.
- Lenguaje dominante
- TypeScript
- Estrellas
- 352
- Forks
- 166
- Merge medio
- 17 h 47 min
- PR fusionados (30 d)
- 32
Descripción
Environment:
- VS Code Version: 1.52.1
- Extension Version: v0.12.1
- JDK Type & Version: Oracle JDK 15
- OS Type & Version: Win 10 20H2
Code formatting does not work correctly if class or variable names consist of egyptian hieroglyphs
Step to Reproduce:
Create a new class with the name consisting of egyptian hieroglyphs
Instantiate a new object of that class using "new" keyword
Format source file
"new" and class name will be joined together
Expected Behavior:
keywords preceding variable and class names should have a whitespace after them after formatting.
Expected:

Actual Behavior:
Formatting removes whitespace between variable / class name and preceding keyword.
Actual:

Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.