VueJs Split Button not working correctly #755
-
Hello everyone, I'm using VSCode for a VueJs project. I have Volar installed. I want to use the split button provided by Volar which splits a Vue SCF into 3 editors, to be able to have a neat and structured working environment. But the split button only splits the SCF files into 2 editors: one with the template (HTML) and the other containing Style (SCSS) and the script (Typescript) Is this the intended behaviour? I would really like to have the split button split the SCF into 3 editors: CSS (SCSS), HTML and TS. Is this possible somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This behavior changed in 0.28.9, because split to 3 editors DX is not really good in my experience, split to 2 editors is more suitable for actual situation. If you can downgrade to 0.28.8 to try split 3 editors if you interest in. |
Beta Was this translation helpful? Give feedback.
-
I guess this depends on the monitor resolution you are yousing. Could this be added as a config options, so that I can decide whether I want to use 2 or 3 editors? |
Beta Was this translation helpful? Give feedback.
-
How about the test with 0.28.8? I'm currently at 0.35.2 and I'm not confident in a so big jump back just for testing. |
Beta Was this translation helpful? Give feedback.
This behavior changed in 0.28.9, because split to 3 editors DX is not really good in my experience, split to 2 editors is more suitable for actual situation.
If you can downgrade to 0.28.8 to try split 3 editors if you interest in.