Enthernet Code
DIIDevHeads IoT Integration Server
•Created by te0 on 8/6/2024 in #firmware-and-baremetal
do you know why doesn't Intellisense work in the STM32 VS Code extension?
@te0
I've encountered this issue before. Intellisense relies on proper configuration files to function correctly. This are a few things you can check to solve this problem:
Check
c_cpp_properties.json
file and make sure it's correctly configured to point to your include directories and define any necessary macros, you can find it in the .vscode
directory of your project.
Make sure your include paths and defines are correctly set in c_cpp_properties.json
.
Lastly ensure that you have the Microsoft C/C++ extension installed in VS Code. This extension provides the necessary tools for Intellisense.6 replies