Fish completion for VS CodeNative fish shell completion in VS Code intellisense Editing large scripts or functions in fish is less ergonomic compared to a proper Text Editor™. However, editors (such as VS Code) either do not provide command completions or do not integrate 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 VS Code to launch it or run
Porting to other editors |