2
當編輯與Visual Studio編寫JavaScript代碼我不斷得到展示某種無關緊要的方法簽名的無用和突兀彈出如何擺脫惱人的「newNode:節點,偏移量:號碼」彈出(?智能感知)
打字時它也不會消失。即使轉義也不會刪除它,但通常在其他代碼中點擊。
我的當前用戶的配置如下所示
// Place your settings in this file to overwrite the default settings
{
"python.pythonPath": "/home/ivo/Atom/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.unitTest.nosetestsEnabled": true,
"python.unitTest.nosetestPath": "bin/django",
"python.unitTest.nosetestArgs": ["test", "apps/"],
"python.unitTest.unittestEnabled": false,
"editor.acceptSuggestionOnEnter": false,
"editor.fontSize": 13,
"editor.renderControlCharacters": true,
"editor.useTabStops": false,
"editor.suggestOnTriggerCharacters": false,
"editor.wordBasedSuggestions": false,
"editor.quickSuggestions": false
}
它爲我的作品! –
這讓我發瘋。非常感謝 –
謝謝!我瘋了! –