move elements left and right Permanently deleted user Created August 13, 2019 04:49 I am using vueJs with WebStorm and move elements left / right are disabled. Somebody knows what is the problem?
what are you trying to do? Move Element Right/Left work fine for me when I try re-ordering component attributes in Vue template
I use High Sierra
I want to move a block of code, the html is in Pug. I think is the same html or pug to move it. in VS code you can indent a group of lines to left or right with ( crl + alt + cmd + and [ or ] ) but in WebStorm doesn't work.
You can indent/unindent selected block using Tab/Shift+Tab ( Edit | Indent Selection or Edit | Unindent Selection )
It is I need, thanks.