-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
I'm wanting to try out Visual Studio Code but am running into a problem with a C++ project where I'm unable to load symbols in my file.
My symptoms are:
- When I type command-shift-O I get a response "No Symbols Found"
- If I hover over a symbol (like an #include for example) a popup box says "Loading" but never goes away.
Versions:
Visual Studio Code 1.10.2 8076a19fdcab7e1fc1707952d652f0bb6c6db331
cpptools 0.10.5
OSX 10.12.3
Symbols are resolving properly in my PHP projects, so it's something specific with cpptools. I even tried disabling all extensions except for cpptools.