This extension provides Nextflow language support for Visual Studio Code.
It provides syntax highlighting for the Nextflow language and quick shortcuts for common code snippets.
Clone the project repository:
git clone https://github.com/nextflow-io/vscode-language-nextflow
Change to the project directory and launch VS Code:
cd vscode-language-nextflow
code .
Build the extension:
./gradlew build
You can press F5
to launch a new VS Code window with the extension loaded. Alternatively, you can execute "Extension: Install from VSIX..." from the command pallete to install the extension into your environment (reload required).
Update the extension version number in the package.json
file, then use the command:
vsce publish
Refer to the VS Code documentation for more information.
Contributions are greatly appreciated. Please fork this repository, open a pull request to add snippets, make grammar tweaks, fix issues, etc.
- https://manual.macromates.com/en/language_grammars
- https://code.visualstudio.com/docs/extensions/yocode
- https://code.visualstudio.com/docs/extensionAPI/extension-manifest
- https://marketplace.visualstudio.com/items?itemName=nextflow.nextflow
Enjoy!