microsoft / microsoft/vscode-java-pack
Code formatting is working incorrectly if variable or class name consists of Egyptian hieroglyphs
@testforstephen y travaille déjà.
Depuis le 22/3/2021.
- Langage dominant
- TypeScript
- Étoiles
- 352
- Forks
- 166
- Merge moyen
- 17 h 47 min
- PR mergées (30 j)
- 32
Description
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:

Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Évaluation
Cette issue n'a pas encore été évaluée.