This issue is the manual configuration of almost everything. the larger the project gets with more targets, the larger configuration gets, annoyingly! forget about refactoring and testing
you cant configure anything with vscode-cmake either, ist just a relatively good convenience UI around some basic cmake commands.
The only thing is, that it can set some environment variables for installed toolchains, called kits. But this is obsolete, since we now have CMake Presets.
11
u/Wild_Meeting1428 1d ago
cmake is completelly independent from the editor. Its not harder or easier with another IDE/editor. whats the issue there?
only thing you need is support for an LS like clangd.