Cannot let Intellisense work properly with workspace with outer submodule #2580
Replies: 2 comments 4 replies
-
I'll check if anyone on our team has time to look into this... |
Beta Was this translation helpful? Give feedback.
4 replies
-
@epiciskandar Closing this discussion due to its age, but if you're still having issues and are able to provide a reproducible project that exemplifies any issue you're hitting, please create an issue and we'd be happy to look into it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My whole project structure is like this:
(simplified)
Configurations:
MainModule/.vscode/c_cpp_properties.json
:Current situation:
using namespace ABC
will get error hint "name must be namespace". Looks like all#includes
not really working..h
file which defines these symbols, squiggles disappear for a while. closing these.h
files will make squiggles appear again.So, what would be the main fault? Is there any way to debugging/analyse Intellisense problems? now the VSCode just look like an annoying dumb text editor.
Beta Was this translation helpful? Give feedback.
All reactions