microsoft / microsoft/vscode-java-pack
Code formatting is working incorrectly if variable or class name consists of Egyptian hieroglyphs
@testforstephen is already working on this.
Since Mar 22, 2021.
- Dominant language
- TypeScript
- Stars
- 352
- Forks
- 166
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 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:

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.