Skip to content

sarvalabs/vscode-coco

Repository files navigation

Coco Programing Language for Visual Studio Code

license latest tag minver_vscode issue count

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.

Compatibility

  • v0.3.0 or greater is required for cocolang@v0.7.0 and above.

Install from the Extension Marketplace

This extension can be installed from the Visual Studio Code Extension Marketplace here.

Install from a VSIX

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

Feedback and Issues

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