Open WeetHet opened 1 month ago
scala-cli
scala-cli setup-ide .
workspace/symbol
{"jsonrpc":"2.0","id":200,"method":"workspace/symbol","params":{"query":""}}
{"jsonrpc":"2.0","id":200,"result":[]}
According to the LSP specification, this request should return all symbols for the workspace (definition):
Clients may send an empty string here to request all symbols.
macOS
Other
v1.3.5
No response
Thanks for reporting! This was done on purpose, but I think we some recent changes we can improve that.
Describe the bug
scala-cli
:scala-cli setup-ide .
.workspace/symbol
request to metals using an editor of your choice (I use Zed), with the following contents (in case of Zed by pressing Cmd+T)Expected behavior
According to the LSP specification, this request should return all symbols for the workspace (definition):
Operating system
macOS
Editor/Extension
Other
Version of Metals
v1.3.5
Extra context or search terms
No response