I often get asked by my coworkers why I use qtcreator for general C++
development (non-Qt) when you can use clangd with "any" editor and get
code completion, navigation, refactoring etc. Often they mention vscode
and/or vim.

Assuming that you have a build system in place that can generate a
compile_commands.json file, which advantages does QtCreator give? (non-Qt
c++)

I do have a personal preference for QtCreator, but I would greatly
appreciate it if you could provide me with some insight on the matter.

-- 
Knut Petter Svendsen

I often get asked by my coworkers why use qtcreator for general C++ development (non-qt) when you can use clangd with "any" editor (often they mention vscode and/or vim). Given you have compile_commands.json off course. 

-- 
Knut Petter Svendsen
-- 
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to