We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reposting microsoft/vscode#1661
There's a very annoying issue when hitting "format code" in a TS file. Here's an example:
[{ }, { }] // or fn({ }, { })
becomes:
This gets really annoying when you have large nested objects containing things like functions etc...
Reposting microsoft/vscode#1661
There's a very annoying issue when hitting "format code" in a TS file. Here's an example:
becomes:
This gets really annoying when you have large nested objects containing things like functions etc...