https://github.com/pixiedevpraveen/cpp-developer-pack
Visual studio code cpp extension pack
https://github.com/pixiedevpraveen/cpp-developer-pack
Last synced: 10 months ago
JSON representation
Visual studio code cpp extension pack
- Host: GitHub
- URL: https://github.com/pixiedevpraveen/cpp-developer-pack
- Owner: pixiedevpraveen
- License: mit
- Created: 2023-04-21T21:06:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T21:07:32.000Z (over 2 years ago)
- Last Synced: 2025-01-14T02:14:04.217Z (11 months ago)
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Developer Pack (Extension pack for c++)

The **C++ Developer Pack** is an extension pack for cpp(c++) developers which contains code intellisense, syntax highlighting, and debugging tools.
## Included Extensions
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - A powerful extension for C++ development with VSCode
- [LLDB Debugger](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) - A powerful debugger for C++ development
- [Better C++ Syntax](https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-cpp-syntax) - Improves the syntax highlighting for C++ code
- [C/C++ Runner](https://marketplace.visualstudio.com/items?itemName=franneck94.c-cpp-runner) - Run your code right inside the editor
## Installation
1. Open Visual Studio Code.
2. Go to the Extensions sidebar (`Ctrl+Shift+X` or `Cmd+Shift+X`).
3. Search for "C++ Developer Pack".
4. Click Install to install it.
5. Reload Visual Studio Code to activate the extension.
## License
This extension is licensed under the [MIT License](LICENSE).
## Issues
Please report any issues you find with the extension on the [GitHub repository](https://github.com/pixiedevpraveen/cpp-developer-pack/issues).
## Contributing
Contributions are always welcome! Please feel free to submit a pull request or open an issue on the [GitHub repository](https://github.com/pixiedevpraveen/cpp-developer-pack).
## About the Author
This extension was created by [Praveen Yadav](https://github.com/pixiedevpraveen). If you have any questions or feedback, please feel free to contact me at [praveenyadav7787@gmail.com](mailto:praveenyadav7787@gmail.com).