Intellisense not workingsz

I am using nRF Connect for VS Code V2024.7.13 and the intellisense does not work. 

Parents Reply
  • No that does not work.

     

    Additionally the intellisense does not work on the main project.  I also have branch without mcuboot and intellisense does not work on that project either.   

    I assume I must have changed something or did something that broke it.  So I am more interested in knowing how nRF Connect for VSCode makes the intellisense work. 

    I did add this to CMakeLists.txt and now I get the compile_commands.json but still no intellisense. 

    set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Children
Related