Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodonotexit/cbudgie-vscode-extension
cBudgie Theme VScode Extension
https://github.com/hugodonotexit/cbudgie-vscode-extension
cbudgie cpp new-language vscode vscode-extension vscode-extension-pack vscode-language vscode-snippets
Last synced: 6 days ago
JSON representation
cBudgie Theme VScode Extension
- Host: GitHub
- URL: https://github.com/hugodonotexit/cbudgie-vscode-extension
- Owner: Hugodonotexit
- License: other
- Created: 2024-06-12T06:26:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T14:53:34.000Z (3 months ago)
- Last Synced: 2024-11-07T10:16:59.093Z (about 2 months ago)
- Topics: cbudgie, cpp, new-language, vscode, vscode-extension, vscode-extension-pack, vscode-language, vscode-snippets
- Homepage:
- Size: 734 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](logo.png)
# cBudgie Extensions for Visual Studio CodeWelcome to the `cBudgie Extensions` repository! This repository contains three Visual Studio Code extensions designed to enhance your development experience with the cBudgie programming language. These extensions include syntax highlighting, code snippets, and an extension pack that combines both.
## Extensions
### 1. cBudgie
Provides syntax highlighting for the cBudgie programming language. It highlights keywords, functions, strings, numbers, operators, and more, improving the readability of your cBudgie code.
### 2. cBudgie Tool
Offers a collection of cBudgie code snippets, including common constructs like loops, conditionals, and function definitions. These snippets help you write cBudgie code more efficiently by providing quick ways to insert common patterns.
### 3. cBudgie Extension Pack
A comprehensive extension pack that bundles both the `cBudgie` and `cBudgie Tool` extensions.
## Installation
### Via Visual Studio Code
1. **Open Visual Studio Code.**
2. **Go to the Extensions view** by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing `Ctrl+Shift+X`.
3. **Search for the desired extension:**
- `cBudgie`
- `cBudgie Tool`
- `cBudgie Extension Pack`
4. **Click `Install`** on the desired extension.### Via the Command Line
```sh
# For cBudgie Syntax Highlighting
code --install-extension HugoWong.cbudgie# For cBudgie Snippets
code --install-extension HugoWong.cbudgie-snippets# For cBudgie Extension Pack
code --install-extension HugoWong.cbudgie-extension-pack
```## Contributing
Contributions are welcome! If you have a useful snippet or improvement, feel free to fork the repository and submit a pull request.
- Fork the repository.
- Create a new branch for your feature: git checkout -b feature-name.
- Commit your changes: git commit -m 'Add some feature'.
- Push to the branch: git push origin feature-name.
- Open a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or suggestions, please open an issue on the GitHub repository.