vscode: Wrong highlight if there are duplicate strings in completion item
- VSCode Version: 1.52.1
- OS Version: MacOS Big Sur 11.1
If a suggestion contains two “div”, the second “div” is wrongly highlighted after “di” is entered
Does this issue occur when all extensions are disabled?: No, with my customed completion extension
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (14 by maintainers)
Commits related to this issue
- fix #113404 — committed to HaoboGu/vscode by HaoboGu 3 years ago
- fix #113404 — committed to HaoboGu/vscode by HaoboGu 3 years ago
- Merge pull request #113837 from HaoboGu/HaoboGu/issue113404 Add emojis and several more symbols as word separators, fix #113404 — committed to microsoft/vscode by jrieken 3 years ago
I’ve created https://github.com/microsoft/vscode/issues/115221 to track the
isEmojiImprecise
problem.