-
Notifications
You must be signed in to change notification settings - Fork 646
"gotoSymbol" failed when Chinese words are in comments #465
Comments
Moving to the vscode-go repository. |
ha? |
What is the issue here? Could you share repro steps? |
language : golang |
@cjqpker Can you share a sample code/repo where you see this? I followed your repro steps and cannot see the issue. For me, after Step 1 and 2, cursor goes to the line where the selected function is defined. I see that when you reported this initially, you were using VS Code 1.4 |
I tested some codes and find out this problem appears when annotations include Chinese words. |
@cjqpker We were able to repro this issue by using Chinese words in comments. Thanks for reporting! |
@cjqpker The new release of the extension (0.6.52) has the fix for this issue |
* 'master' of github.com:mattetti/vscode-go: (128 commits) Add telemetry support for the Go extension Add dlv path to error msg when dlv not found Fixes microsoft#465 outline offset problem in No-English language (microsoft#699) fix coverage display when editor changes to undefined (microsoft#693) Add support for reading http.proxy setting (microsoft#639) Fixing flaky unit tests Refactor for corner cases Reduce noise in console log due to errors from hover Changelog for next update 0.6.51 Remove space after brackets in snippet as per microsoft#628 Fixes microsoft#647 Strip version from autocompleted pkgs from gopkg.in (microsoft#659) Fixes microsoft#647 Support vendor pkgs from root of GOPATH/src (microsoft#660) Fixes microsoft#640 Use spawn to handle big data from gocode (microsoft#661) Fixed wrong workspace when one gopath is the substring of another. (microsoft#658) Fix "gotests" when generates test for current function for type methods (microsoft#657) Add benchmark function snippet (microsoft#648) Fix "Go to Definition" when running Go HEAD (microsoft#655) Fixes microsoft#642 Only add -d once to formatflags (microsoft#644) Updating Changelog and package.json for 0.6.50 update Log errors to console ...
From @cjqpker on September 1, 2016 3:24
Steps to Reproduce:
2.vscode locates a strange position
Copied from original issue: microsoft/vscode#11363
The text was updated successfully, but these errors were encountered: