Hi, I found that the autosuggestion provided by VS code is not working after I installed and enabled this C/C++ extension. (Only c or cpp files have this problem)
I have changed the config "C_Cpp.autocomplete" from "Default" to "Disable", but it still didn't work.
Without vscode-cpptools extension :

With vscode-cpptools extension :
No Matter "C_Cpp.autocomplete" is Default or Disable

I have found a similar issue : #189
But his autosuggestion works properly, though it seems like there is no IntelliSense.
Thanks!
Platform : Windows 7
VS Code Version : 1.11.0
Cpptools Version : 0.10.4
This is a duplicate of https://github.com/Microsoft/vscode-cpptools/issues/572 . Changing your user setting to [cpp]: { "editor.quickSuggestions": true } should fix the issue.
It works! Thank you!
This is a duplicate of #572 . Changing your user setting to [cpp]: { "editor.quickSuggestions": true } should fix the issue.
@sean-mcmanus
Can you please tell me for JS as well. For my React project this issue is happening.
@amit13091992 Does using [js]: { "editor.quickSuggestions": true } not work? Our extensions should not be affecting JavaScript quickSuggestions. Have you tried asking the VS Code team about your issue?
@amit13091992 Does using [js]: { "editor.quickSuggestions": true } not work? Our extensions should not be affecting JavaScript quickSuggestions. Have you tried asking the VS Code team about your issue?
No @sean-mcmanus It did not work, any suggestions for how can i resolve it.
@amit13091992 I don't know. Can you ask someone on the VS Code team?
@amit13091992 I don't know. Can you ask someone on the VS Code team?
Sure thank you for the reply.
Most helpful comment
This is a duplicate of https://github.com/Microsoft/vscode-cpptools/issues/572 . Changing your user setting to [cpp]: { "editor.quickSuggestions": true } should fix the issue.