Hongxiang Jiang

Results 99 comments of Hongxiang Jiang

Hi @Moezenka Thanks for reporting this. I think this is an interesting idea. I'm not against this. On top of my head, I couldn't think any issue with supporting this....

Hi myaaaaaaaaa@, thanks for reporting this. I will mark this as needs investigation, share the idea with the Go Tools team as well. I'm not a big fan of this...

Are you asking about the [SemanticToken](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens) request? I remember LSP is normally never talking about the UI rendering so I will be surprised to find the LSP have something related...

Thanks. I think this is a valid issue. Do you mind file an issue with delve. Evaluating the expression like `(string)(x[:4])` works but the string() does not work. cc @aarzilli

Hi mpictor@ Thanks for raising this. Let me investigate how we can surface the error to the user at least letting people know it's not going to work if using...

Maybe related to https://github.com/golang/go/issues/76314.

As an experiment, I have done a small prototype like below: User can select a range and right click, `Go To Type Definition`: Then, the vscode-go (or other language client)...