You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if you add "wrap_by_save" option.
2. Justification
Now user needs Ctrl+Shift+P → Wrap Plus: Wrap Lines that wrap long lines. It may spend a time, if user needs do wrap lines constantly.
3. Desirable behavior
I use PythonImproved syntax for my Python files. If I set "wrap_by_save": true in my PythonImproved.sublime-settings — I save file (Ctrl+S) → Python docstrings wrap for me.
1. Request
It would be nice, if you add
"wrap_by_save"
option.2. Justification
Now user needs Ctrl+Shift+P →
Wrap Plus: Wrap Lines
that wrap long lines. It may spend a time, if user needs do wrap lines constantly.3. Desirable behavior
I use PythonImproved syntax for my Python files. If I set
"wrap_by_save": true
in myPythonImproved.sublime-settings
— I save file (Ctrl+S) → Python docstrings wrap for me.4. Examples on other apps
For example, see this setting in PythonPEP8Autoformat Sublime Text package.
Thanks.
The text was updated successfully, but these errors were encountered: