I use clang-tidy, clang-format, and CMake.
But the most important part that I missing is general intellisense so I can easily navigate between types and functions. the built in one works bad... any tips?
bad how?
On windows it shows errors for unusual things for instance undefined variable where it's defined just one line before (macos works fine)
Yea it's not comfortable to work with C++ in VSCode... also each library that I add I need to add it to vscode settings path... seems like there's no support for expanding expressions
When you realize code::block
Eventually I found clangd and it works pretty good. loud.cpp
Обсуждают сегодня