add support for double shift searching
It would be great if we search Struct, Module, Enum, functions by type double shift.
Completions/references are implemented by LSP4IJ, so you'll have to forward this request to them.
If your language server support document symbols, it should work.
that's odd, the structure view is picking up document symbols properly from the LSP, but the double shift symbol search (or ctrl+alt+shift+n) shows nothing.
(Tested on CLion)
This symbol tab is filled with lsp workspace symbols, not with document symbols
Shift sift open an another dialog which show symbol for the opened file, right? It is different from your previous test.
This another dialog should be filled like the sructure view to type a symbol and select it to navigate to it.
@FalsePattern is zig language server supports workspace symbol?
If no it is normal that shift shift doesnt work.
@FalsePattern is zig language server supports workspace symbol?
If no it is normal that shift shift doesnt work.
Ah, it does not, that's why it doesn't work then https://github.com/zigtools/zls/blob/d697a73e5d099f7490ee4a827fa8388705a98961/src/Server.zig#L600
@dacheng-gao See: https://github.com/zigtools/zls/issues/397