1
Programming / Re: Question - how to cleant #includes
« on: July 21, 2022, 11:20:29 am »
Well, that depends on what IDE / OS you have. I'm personally using CLion from JetBrains, which obviously requires a subscription.
For free/opensource solution, you can try cppclean (https://github.com/myint/cppclean) or include-what-you-use (https://github.com/include-what-you-use/include-what-you-use). Eclipse CDT also has this feature.
For free/opensource solution, you can try cppclean (https://github.com/myint/cppclean) or include-what-you-use (https://github.com/include-what-you-use/include-what-you-use). Eclipse CDT also has this feature.