Automatically indent up to the current block of code by pressing tab only once

I've just switched toWebStorm from vs code and overall I really likeWebStorm. The one feature that I miss from vs code is that when you press tab on a new line it automatically adds the same number of indents from the next line(so if you have a nested block of code you only press tab once instead of multiple times. Is this a feature that I can enable in WebStorm?

0
1 comment

No, there is no such feature;if you miss it, please vote for https://youtrack.jetbrains.com/issue/IDEA-162406.

Note that the next line is auto-indented on pressing Enter (see https://www.jetbrains.com/help/webstorm/2018.3/settings-smart-keys.html, Smart Enter)

1

Please sign in to leave a comment.