Keegan Carruthers-Smith
Keegan Carruthers-Smith
yeah I think there are some issues around how we interpret ranges in go-langserver. I'll take a look soon. By put it behind a feature flag, do you mean advertising...
If you do a workspace/symbols request, would you expect those results to show?
@felixfbecker yes, I would expect a search query to match all possible fields we return in symbol information. The ordering that vscode does is also useful in this case. But...
In theory it is working, we are running a windows based CI and the tests pass. Can you try the language server out on windows and tell me if it...
aah, yes this is very likely related to having diagnostics enabled. When you enable diagnostics it enables the typechecker, which can be a _huge_ memory hog. Unfortunately there is no...
yeah this is a pretty bad problem for us, since the typechecking is so useful :) I think the future is bright (once we have time to implement it), since...
So the reason this doesn't work is that clicking on a package doesn't resolve to a specific location (so j2d doesn't work either). I don't think our implementation of references...
ok, then I would assume our implementation does work since it is a fork of go guru which vscode-go uses. Maybe go guru doesn't do an initial definition, while we...
> NOTE: This would require users to have at least Go 1.13, in case that matters. The go.mod file already specifies the minimum version as 1.14.
You may be filing this issue against the wrong repo. Which product exactly are you requesting this feature? If it is for the go-langserver, I don't understand the request, could...