You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the v1.1.1 release, inlay hint support was added (I saw an example photo but I'm not sure if that was from a local/custom build). I'm trying to leverage that functionality.
My setup:
Test go file:
package main
func main() {
r := []string{"foobar"}
i, j := 0, len(r)-1
println(i, j)
}
Output from Package control list packages/versions
Output from ${storage_path}/LSP-gopls/bin/gopls version
With the v1.1.1 release, inlay hint support was added (I saw an example photo but I'm not sure if that was from a local/custom build). I'm trying to leverage that functionality.
My setup:
Test go file:
Output from Package control list packages/versions
Output from
${storage_path}/LSP-gopls/bin/gopls version
Output from troubleshoot LSP server command:
Troubleshooting: gopls
Version
Server Test Run
Server Configuration
[ "${storage_path}/LSP-gopls/bin/gopls" ]
"/Users/wesb/Library/Caches/Sublime Text/Package Storage/LSP-gopls/bin/gopls"
Active view
Project / Workspace
[ "/private/tmp/ttt" ]
LSP configuration
The text was updated successfully, but these errors were encountered: