0
- VSCode 버전 : 1.5.2
- OS 버전 : 우분투 16.04
내짧은 개미의 약어 CSS/SCS들에 대해 작동하지 않습니다
{ "editor.snippetSuggestions": "top", "editor.tabCompletion": true }
대신 , bg
와 비슷한 동작. 해킹 된 해결책을 찾았습니다 : "editor.quickSuggestionsDelay": "500"
. 그러나이 문제에 대한 더 나은 해결책이 있는지 알고 싶습니다. ,
{ "key": "enter", "command": "acceptSelectedSuggestion",
"when": "editorTextFocus && suggestWidgetVisible" },
{ "key": "tab", "command": "editor.emmet.action.expandAbbreviation",
"when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorHasSelection && !editorReadonly && !editorTabMovesFocus" }
유일한 문제는 다음과 같습니다 (환경 설정> 키보드 바로 가기 메뉴) 당신이해야 인텔리에서 어떤 제안을 수락
: