-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugunicode-highlightverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.63.0
- OS Version: macOS Monterey 12.0.1
- Locale:
enandja
Steps to Reproduce:
- Input the following code:
`
!"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
`abcdefghijklmno
pqrstuvwxyz{|}~
`- Change language mode to JavaScript.
Expected result:
- All fullwidth characters are highlighted.
- A tooltip shows its counterpart character.
Actual result:
- Some characters are not highlighted.
- Some tooltips show characters not so similar.
-
The character U+ff3b "[" could be confused with the character U+0028 "(", which is more common in source code.
-
The character U+ff3d "]" could be confused with the character U+0029 ")", which is more common in source code.
-
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugunicode-highlightverifiedVerification succeededVerification succeeded

