Skip to content

nextflow-io/vscode-language-nextflow

Repository files navigation

Nextflow extension for Visual Studio Code

This extension provides Nextflow language support for Visual Studio Code.

Features

It provides syntax highlighting for the Nextflow language and quick shortcuts for common code snippets.

Nextflow syntax highlighting

Local development

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).

Publishing

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.

Contribution

Contributions are greatly appreciated. Please fork this repository, open a pull request to add snippets, make grammar tweaks, fix issues, etc.

Useful links

Enjoy!