README
This is a string manipulation tool for people who don't like very long comma separated list.
Features
- Considers both single and double quotations
- Automatically indents the lines
Install
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
Keybinding
[
{
"key": "ctrl+shift+b",
"command": "extension.breakFromComma",
"when": "editorTextFocus && !editorReadonly"
}
]
Requirements
VSCode 1.5+
Known Issues
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!
Release Notes
See CHANGELOG.md
| |