Welcome 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.
Provides syntax highlighting for the cBudgie programming language. It highlights keywords, functions, strings, numbers, operators, and more, improving the readability of your cBudgie code.
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.
A comprehensive extension pack that bundles both the cBudgie
and cBudgie Tool
extensions.
- Open Visual Studio Code.
- 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
. - Search for the desired extension:
cBudgie
cBudgie Tool
cBudgie Extension Pack
- Click
Install
on the desired extension.
# 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
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.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please open an issue on the GitHub repository.