You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
There are now number of cases where TS generates code with quote characters:
Imports
Bracket completions
Implement interface / abstract class
A recurring request against VS code is to make the quote type explicitly configurable, such as: always use double quotes or always use single quotes.
Proposal
Add a new format or configuration options for quote characters. This new setting would only apply to code generated by typescript. We would not change existing quotes in code
Yes. I'm just raising this one on its own because I see it repeated so often. In addition to #20619, can we please keep an issue open that specifically tracks configuring quotes
Search Terms:
Problem
There are now number of cases where TS generates code with quote characters:
A recurring request against VS code is to make the quote type explicitly configurable, such as: always use double quotes or always use single quotes.
Proposal
Add a new format or configuration options for quote characters. This new setting would only apply to code generated by typescript. We would not change existing quotes in code
Related Issues:
The text was updated successfully, but these errors were encountered: