Make use of trailing semicolons optional #39802
Labels
info-needed
Issue requires more information from poster
javascript
JavaScript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Many programmers are no longer using a semicolon to terminate code lines in languages where it's optional. Our team doesn't use trailing
;
when programming in TypeScript and/or JavaScript. However, when Intellisense inserts a line, it automatically terminates it with;
. Would be really helpful if the option whether to end each line with a semicolon or not was configurable globally per language. Then, Intellisense and other plugins could honor it to make one's coding more efficient.Steps to Reproduce:
;
is auto added at the end of the lineReproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: