Gery Walker
Gery Walker
https://forums.wxwidgets.org/viewtopic.php?f=1&t=45553 I encounter this on the windows10, and maybe this will help, I don't know. 
Hello. I find that the search box and replace box are working well here.  
I don't if the following "invalid UTF-8 sequence Error" is connected with this. ``` void main() { auto name = "章泽天"; } ```
Really quick feedback :) I use vscode with "dlang" (of course, it's your plugin) on windows10, I have no settings related with "dlang".
How can I solve the "invalid UTF-8 sequence Error"? Everything works fine until I type some Chinese characters in my code.
 I just copy the code to a new file and close everything else. Then, I do: 1. reload window 2. format document
 version ----------------- PS > ./dls.exe --version DLS version 0.26.2 [windows, x86_64, release, wininet] Compiled with LDC 1.20.1 (DMDFE: 2090) vscode >> output >> DLS ------------- [Error - 上午9:20:13] Request...
I just want to vote for this.
> Just a note, you could use > > ```json > "settings": { > "completion_style": "phantom" > } > ``` > > to have a VSCode-like completion style. But please...
Thank you~ @timfjord I will try to test this later.