The VS Code Coco Programing Language extension provides language support for the Coco programming language, including syntax highlighting, real-time error diagnostics, and Go to Definition.
- v0.3.0 or greater is required for
cocolang@v0.7.0and above.
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 packageHowever, 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.vsixIf you encounter any issues with the Coco Programing Language 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.