Could you provide me help to enable IntelliSense suggestions and autocomplete in Visual studio code 1.30.1?(您能否为我提供帮助,以在Visual Studio代码1.30.1中启用IntelliSense建议和自动完成功能?)
I have installed visual studio Intellicode and path intellisense extensions.(我已经安装了Visual Studio Intellicode和path intellisense扩展。) Tried:(尝试过:)
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.suggestSelection": "first"
In settings.json file, no success(在settings.json文件中,未成功)
For autocomplete feature installed All autocomplete, but again no success with autocomplete in 'if', 'for' or anything else.(对于已安装的自动完成功能,所有的自动完成功能均成功,但如果在'if','for'或其他任何条件下使用自动完成功能,均同样失败。) Is it actually possible Intellisense and autocomplete in Visual studio code to work like in Visual studio community?(实际上,Visual Studio代码中的Intellisense和自动完成功能是否可以像在Visual Studio社区中一样工作?)
ask by locke translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…