microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.53k stars 1.56k forks source link

Code completion list pops up when type a period in the end of comments #2082

Closed DemoCrazer closed 5 years ago

DemoCrazer commented 6 years ago

If I type comments in Korean text and put '.' in the end, code completion list pops up.

Steps to Reproduce:

  1. Write comments in Korean text
  2. Code completion list pops up when type a period(.) in the end of comments

image

My English font is Hack and Korean font is fallback font.(Hack doesn't support Korean) The issue doesn't occur when I write comments in English text.

sean-mcmanus commented 5 years ago

UTF-8 characters > 1 byte should not cause completion to break now with our latest Insiders release: https://github.com/Microsoft/vscode-cpptools/releases . If you're using VS Code Insiders or have http.proxySupport not set to "off", you might not get the 0.21.0-insiders2 update automatically with C_Cpp.updateChannel set to "Insiders".