When active, wraptor will automatically hard wrap code with newlines at the editor's preferred line length.
To enable wraptor on a specific grammar, simply set the enabled
property to true
in config.cson
.
".git-commit.text":
editor:
preferredLineLength: 72
wraptor:
enabled: true
To manually wrap the current text editor, run the Wraptor: Wrap Current Buffer
command from the command palette.
- Handle comments
- Allow manual wrapping of selection
- Implement better synergy