split-line
v0.1.0
Published
split line into multiple lines
Downloads
2
Readme
split-line README
split one line into multiple lines by custom separator (default: ',')
Features
How to use
- open command pallette, input
split line
- hot key:
ctrl + cmd + s
in mac orctrl + alt + s
in win, (use default separator, ',') - you could configure keybindings
"extension.splitLine"
to change default separator inargs
- space in first or last will convert into a line break.
Known Issues
TODO
- [x] format after split
- [ ] test coverage