MadeStone

VS Code tips — The Editor: Quick suggestions setting

Просмотры:
23
Дата загрузки:
28.11.2023 04:53
Длительность:
00:02:07
Категория:
Технологии и интернет

Описание

The Quick suggestions setting lets you configure if/when suggestions are shown as you type in VS Code.

"editor.quickSuggestions":false disables quick suggestions entirely. You can still manually trigger suggestions with ctrl+space.

Enable quick suggestions in specific contexts such as comments with "editor.quickSuggestions": { "comments": true }

Источники:

Рекомендуемые видео