An open API service indexing awesome lists of open source software.

https://github.com/rishaandesai/carbonvscode

Official Visual Studio Code Extension for the Carbon Language
https://github.com/rishaandesai/carbonvscode

carbon carbon-lang carbon-language cpp vscode vscode-extension

Last synced: about 1 year ago
JSON representation

Official Visual Studio Code Extension for the Carbon Language

Awesome Lists containing this project

README

          

# 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:
```

```bash
$ 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
```node
$ npm install -g vsce
```