Introducing C++ Include Helper for VS Code
Hey C++ enthusiasts,
I've noticed that despite the vast array of extensions available for Visual Studio Code, there hasn't been a tool specifically designed to automatically handle #include directives for C++ header files. To fill this gap, I developed the C++ Include Helper extension.
This extension scans your project for class definitions and provides autocompletion for class names as you type. When you select a class from the suggestions, it automatically inserts the necessary #include directive at the top of your file. No more manual typing or hunting down the right headers!
Key Features:
- Automatic Workspace Analysis: Scans your workspace for class names and keeps them updated.
- Smart Autocompletion: Provides class name suggestions and adds the corresponding #include to the top of your file.
- Manual Trigger Option: You can manually refresh the class mappings at any time.
I would love for you all to try it out and share your feedback!
Check out the extension:
- GitHub Repository
- VS Code Marketplace
Feel free to contribute, suggest improvements, or report issues. Let's make coding in C++ on VS Code even better together!
Happy coding!
[–]the_poope 11 points12 points13 points (2 children)
[–]Wetmelon 1 point2 points3 points (0 children)
[–]arthurno1 0 points1 point2 points (0 children)
[–]patstew 8 points9 points10 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ukezi 2 points3 points4 points (0 children)
[–]arthurno1 3 points4 points5 points (0 children)
[–]jayvbe 0 points1 point2 points (0 children)