I have since moved to Prettier and it’s way better tool for formatting. However, I'm keeping this project on Github for educational purposes and to remind myself that once upon a time I’ve done something good in the universe and tell it to my children and their children's children. 👴
This is a string manipulation tool for people who don't like very long comma separated list.
- Considers both single and double quotations
- Automatically indents the lines
Via Quick Open:
- Download, install and open VS Code
- Press cmd+p to open the Quick Open dialog
- Type ext install break-from-comma
- Click the Install button, then the Enable button
Via the Extensions tab:
- Click the extensions tab or press cmd+shift+x
- Search for paste and indent
- Click the Install button, then the Enable button
Via the command line:
- Open a command-line prompt
- Run code --install-extension Rubymaniac.break-from-comma
[
{
"key": "ctrl+shift+b",
"command": "extension.breakFromComma",
"when": "editorTextFocus && !editorReadonly"
}
]
VSCode 1.5+
It doesn't support multi select at the moment so feel free to submit your PRs.
For any bugs and feature requests please open an issue. For code contributions please create a pull request. Enjoy!
See CHANGELOG.md