VS Code tips — JavaScript › Format: Semicolons

preview_player
Показать описание

Configure how the built-in JavaScript formatter handles semicolons:

- ignore — Don't add or remove semicolons (default)
- insert — Add semicolons at line ends
- remove — Remove unnecessary semicolons

Рекомендации по теме
Комментарии
Автор

CTRL + ALT + F, is the shortcut on windows thanks for the vid.

qweekorpsqweekorps
Автор

some how doesnt work on my end,
i have JavaScript › Format: Semicolons Insert,
but it removes my ";" when formation code

ppp.