Skip to content

rishaandesai/CarbonVSCode

Repository files navigation

Carbon Programming Language Visual Studio Extension

This is a extension to bring text highlighting and documentation* for .carbon files in Visual Studio Code.

This is a extension to bring text highlighting and documentation* for .carbon files in Visual Studio Code. NOTE: THIS EXTENSION IS IN VERY EARLY TESTING AND DEVELOPING

How to set up (WIP)

Download the repository.
Navigate to your .vscode folder on your system.
Navigate to the extentions folder.
Extract the downloaded repository to the extentions folder.
To install the extension, run the following command in the terminal:
$ vsce package && code --install-extension carbon-0.0.1.vsix

Install Code & VSCE

Code

Open the Command Palette via ⇧ + ⌘ + P and type shell command to find the Shell Command: Use the Install 'code' command in the PATH command above the "Uninstall 'code' command in PATH" command.

VSCE

$ npm install -g vsce

Releases

No releases published

Packages

No packages published