Stop default Autocomplete behavior when hitting spacebar in Visual Studio 2015

前端 未结 8 2114
臣服心动
臣服心动 2020-12-29 19:49

NOTE The keyword here is \"default\". I know I can hit escape and the default behavior gets aborted. I don\'t want to hit the escape key every time the ID

8条回答
  •  攒了一身酷
    2020-12-29 20:00

    For the current version of Visual Studio Code (2020), you can change to suggestion mode by going to File > Preferences > Settings and then going to Extensions > TypeScript and then checking TypeScript: Disable Automatic Type Acquisition. Or, after going to Settings, you can search for "Type Acquisition" in "Search Settings" and then check TypeScript: Disable Automatic Type Acquisition.

提交回复
热议问题