VS Code tips — Commit characters

Опубликовано: 24 Декабрь 2020
на канале: Code 2020
1,585
38

Today's VS Code tip: Commit characters

Commit characters accept the current suggestion when typed

The exact set of commit character vary based on the language you are using but in JS/TS for example, '.' and '(' are usually treated as commit characters.

Use 'Editor: Accept Suggestion On Commit Character' to disable commit characters entirely.