Open
Description
"Big brother" of VS Code Visual Studio has a very handy feature called "smart break line", which allows to jump out of parentheses into a block by pressing "Shift + Enter" like this:
I believe that such "jump out of parentheses into a block" mentality can be applied to many languages and many cases in each of them. I have provided more examples in an equivalent LSP feature request, but as I now understand, the feature must appear in the main LSP-driven editor first. Of course this feature needs to be paired with an editor extensibility API, but I am nowhere near a TS developer, so I am gonna leave that part to more qualified people, like the VS code team.