Vscode-cpptools: Autosuggestion provided by VS code is not working after this tool enabled

Created on 16 Mar 2017  路  7Comments  路  Source: microsoft/vscode-cpptools

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 :
success

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

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

duplicate

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.

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings