Symbols unloaded on file change?

Hello all,

 

When I load my CMake project, all the symbols are loaded and functions/system calls get syntax highlighting. As soon as the file is changed, though, only things like keywords and integers are highlighted. Any code errors and inspections also don't get underlined. Would anybody know why?

 

It's running on a MacBook, power saving mode is off.

0

Hi!

  1. Is the project loaded successfully (are there any errors in the Cmake tool window)?
  2. Do you have all option in Preferences | Languages & Frameworks | C/C++ | Clangd enabled? 
  3. Does it happen in a default "Hello, World!" (File > New Project > C++ Executable) project?
0

请先登录再写评论。