The VS Code Cocolang extension provides syntax highlighting for the Coco programming language.
- v0.2.4 or greater is required for
cocolang@v0.4.0
This extension can be installed from the Visual Studio Code Extension Marketplace here.
A .vsix
files comes bundled with every release and can be downloaded from here.
Alternatively, it can be built from this repository source with the following command (requires NPM)
resulting in the creation of a file named a file coco-v*.*.*.vsix
with the release version.
npm run package
However, you obtain the .vsix
file, it can then be used to install the extension to Visual Studio
Code using the following command. Read more here
for other ways to install from a VSIX
code --install-extension coco.vsix
If you encounter any issues with the Cocolang extension or have suggestions for improvements, please check the extension's GitHub repository for issue tracking. You can open a new issue to report problems or submit feature requests.