VSCode - Problem with IntelliSense #11518
robertochello
started this conversation in
General
Replies: 2 comments 2 replies
-
It looks like IntelliSense is not getting configured correctly and it's falling back to the tag parser for completion. It sounds like you're includes are not getting resolved? What is ROS? Is your compiler /usr/bin/gcc? You should remove the system includes like /usr/include/** from your includePath. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use Ubuntu 20.04.6 LTS arch64, virtualizzated on Macbook Pro M1 - MacOS Ventura.
I have an unusual problem with VSCode and its IntelliSense.
VSCode is updated to the latest version available for arm64, 1.83.0.
I've installed ROS v0.9.2 extension.
When I write code, autocomplete doesn't show me specific entries, but it shows me all entries.
This is the
c_cpp_properties.json
:Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions