While working on SilverNode (https://silvernode.io), I found myself spending a lot of timing fixing include statements after reorganising my C/C++ source/header files into new directories. So long ago, I started SFincludes
, but today I think it's ready to be shown to the public.
Introducing SFincludes, the tool for automatically fixing your #include
statements after project reorganisation! Check out the quick introduction on the GitHub page: https://github.com/mcourteaux/sfincludes
If you try it, be aware to always first make a backup (e.g., git commit) of your work, before you disabling the dry-run. Enjoy! 😄