Time Nick Message 08:37 MTDiscord Re previous IDE discussion: I'd been using CodeBlocks for many years, tried many things along the way, and finally I switched to Kate 08:38 MTDiscord Works well with a bunch of plugins 08:38 MTDiscord At least for C(++) 08:38 MTDiscord Krock: curious what KDevelop has that you need that Kate doesn't 08:44 Krock @herowl I found it convenient that project integration (CMake build directory auto-detection) and the C++ Language Server were already present, configured and ready to use without any configuration necessary. I suppose Kate can do a lot more, though I'd need to dig into its documentation. 09:41 MTDiscord Pretty sure both KDevelop and Kate need a system installation of the language server to be present for that to work 09:42 MTDiscord But both have a built-in config for it pretty much 09:42 MTDiscord Integrating cppcheck into Kate was a breeze too, and I suppose KDevelop can do it too 09:42 MTDiscord And not sure about project autodetextion really