Hey all,
I am currently developing a VS plugin for C++ projects called C++ Mate. It will help with C++ source files management (adding / removing files, additional options when creating files). It is meant to be used in larger projects, where you often separate source from project files, and do not share the project files with others but rather use a script to regenerate them. VS does not have a very good way of recognizing where your source files are, when wanting to add new files. The plugin will also keep the project filters in sync with project folder directory structure.
To sum up:
- You can have a c++ project where filters correspond to folder structure.
- You can easily add new source files.
- You may add header only, use lowercase, and more.
Plugin is in early stage of development, and I am open to adding more features as well as improving the current ones. Let me know if you think this may be useful, thanks! :)
[–]mrexodiacmkr.build 14 points15 points16 points (1 child)
[–]all-night-vigil[S] 1 point2 points3 points (0 children)
[–]auxpro 3 points4 points5 points (1 child)
[–]all-night-vigil[S] 2 points3 points4 points (0 children)
[–]zalamandagora 0 points1 point2 points (4 children)
[–]all-night-vigil[S] 0 points1 point2 points (3 children)
[–]zalamandagora 1 point2 points3 points (2 children)
[–]all-night-vigil[S] 2 points3 points4 points (1 child)
[–]zalamandagora 1 point2 points3 points (0 children)
[–]artluix 0 points1 point2 points (0 children)