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
- Host: GitHub
- URL: https://github.com/rishaandesai/carbonvscode
- Owner: rishaandesai
- License: mit
- Created: 2022-08-09T01:18:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T01:53:54.000Z (over 3 years ago)
- Last Synced: 2025-04-04T08:45:31.714Z (about 1 year ago)
- Topics: carbon, carbon-lang, carbon-language, cpp, vscode, vscode-extension
- Homepage: https://github.com/carbon-language/carbon-lang
- Size: 809 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```