Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wumpf/includetoolbox
Visual Studio extension to format, prune, and inspect include directives.
https://github.com/wumpf/includetoolbox
code-cleaning code-formatter cpp-tool include visual-studio visual-studio-extension
Last synced: 11 days ago
JSON representation
Visual Studio extension to format, prune, and inspect include directives.
- Host: GitHub
- URL: https://github.com/wumpf/includetoolbox
- Owner: Wumpf
- License: mit
- Created: 2016-03-02T00:41:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T13:13:24.000Z (10 months ago)
- Last Synced: 2024-10-14T02:46:40.795Z (25 days ago)
- Topics: code-cleaning, code-formatter, cpp-tool, include, visual-studio, visual-studio-extension
- Language: C#
- Homepage: https://marketplace.visualstudio.com/items?itemName=Wumpf.IncludeToolbox
- Size: 15 MB
- Stars: 51
- Watchers: 8
- Forks: 22
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
**Project inactive, looking for maintainer!**
# IncludeToolbox
Visual Studio extension for managing C/C++ includes:
* **Format & Sort:** Format include commands to cleanup large lists of includes according to your preferences
* **Purge:** Integrates [Include-What-You-Use](https://github.com/include-what-you-use/include-what-you-use) and comes with simpler but more reliable _Trial and Error Removal_ tool
* **Explore:** _Include Graph_ tool window shows the tree of includes for a given file
More information and download on the [Visual Studio Extension Gallery page](https://visualstudiogallery.msdn.microsoft.com/28c36d4f-425a-4bfe-9449-03f07b35f7b0)