sourcegraph / go-langserver

Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
https://sourcegraph.com
MIT License
1.17k stars 89 forks source link

Request failed: getting file for InlayHint: no packages #398

Closed leoyox closed 2 years ago

leoyox commented 2 years ago

mode: go module I have a module x, there exists a test folder under x. When I edit test/xx_test.go, there is no hint even module fmt! Please help me.

keegancsmith commented 2 years ago

@leopox you are likely looking to give feedback for gopls. This server doesn't support inlay hints.