Steps
git clone git@github.com:nim-lang/Nim.git
cd Nim
nimsuggest compiler/nim.nim
outline compiler/nim.nim
- Run an editor with nimlangserver enabled. For example, Helix.
- Open
compiler/nim.nim.
- Invoke
documentSymbols LSP command (Space s in Helix).
Expectation
In the editor, langserver shows the same symbols as nimsuggest does.
Reality
nimsuggest works, the langserver doesn't.
Steps
git clone git@github.com:nim-lang/Nim.gitcd Nimnimsuggest compiler/nim.nimoutline compiler/nim.nimcompiler/nim.nim.documentSymbolsLSP command (Space sin Helix).Expectation
In the editor, langserver shows the same symbols as nimsuggest does.
Reality
nimsuggest works, the langserver doesn't.