CppTools
CppTools copied to clipboard
Make it possible to turn off compiler search if no compiler is installed (enhancement)
I need good support for Makefile
s in IntelliJ and the CPP plugin has that. Unfortunately, it also produces a number of error notifications every time I start IntelliJ or open a project that has one or multiple Makefiles in its tree. I don't have a compiler installed and would like the plugin to behave more like a toggled project aspect than trying to auto-detect my compiler infrastructure every time.
Is that possible?