Fish completion for VSCodeNative fish shell completion in VSCode intellisense. Editing large scripts/functions in fish is less ergonomic compared to a Proper Text Editor™. However, editors (such as VSCode) either do not provide command completions, or it is not integrated with the built-in completions of fish. This extension queries fish shell completions directly. The extension provides
The text in the editor to
Requirements
Installing from sourceThis project requires Node.JS version 16 minimum. Ensure that you have
installed the correct version of Node.JS by running The following snippet will download, install, and build the source from GitHub:
After building, you can either use VSCode to launch it, or run
Porting to other editors |