Could you provide me help to enable IntelliSense suggestions and autocomplete in Visual studio code 1.30.1? I have installed visual studio Intellicode and path intellisense extensions. Tried:
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.suggestSelection": "first"
In settings.json file, no success
For autocomplete feature installed All autocomplete, but again no success with autocomplete in ‘if’, ‘for’ or anything else. Is it actually possible Intellisense and autocomplete in Visual studio code to work like in Visual studio community?