-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code completion with C/C++ extension #1
Labels
Comments
// @asthana86 - pls adopt |
Fixed and should appear in 0.43 of the extension |
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @mhalber on April 3, 2016 18:51
Hi,
I've been testing the new C/C++ extension, however I am running into some problems with code completion suggestions.
Here is an example with C/C++ extension installed, forcing suggestions using cmd+space.
It results in perpetual "Loading..." pop up:
With the extension uninstalled, the suggestions show up immediately
The features like go to symbol and go to definition are working properly with the extension installed,
however it seems to hinder the code completion.
Copied from original issue: microsoft/vscode#4890
The text was updated successfully, but these errors were encountered: