Closed
Description
Just installed this, and it works really nicely! Jump to definition and parsing errors are really nice.
Would be nice to improve the code completions. VS Code per default autocompletes on words, but this is disabled when using a language server I guess. : )
Ideas from the TODO file:
- Based on symbols in the file
- Based on all symbols in the workspace
- Based on programs in your PATH
- path completions, e.g. on
foo/b
should returnbar
if you have a file namedbar
inside of a folder namedfoo
Ideas from the source code :
- Look up man pages for commands
- For builtins look up the docs
- For functions, parse their comments?
Metadata
Metadata
Assignees
Labels
No labels