brackets-indent-softwraps
brackets-indent-softwraps copied to clipboard
Extra indent for softwrapped line?
On softwraps, I'd like to have an option to replace default indent mode:
<p>Lorem ipsum dolor sit amet, consectetur adipisicing |
elit, sed do eiusmod tempor incididunt ut labore et |
dolore magna aliqua.</p> |
<p>Ut enim ad minim veniam, quis nostrud exercitation |
<strong>ullamco laboris</strong> nisi ut aliquip ex ea |
commodo consequat.</p> |
...with such one (more visually convenient and inline hierarchy friendly):
<p>Lorem ipsum dolor sit amet, consectetur adipisicing |
elit, sed do eiusmod tempor incididunt ut labore et|
dolore magna aliqua.</p> |
<p>Ut enim ad minim veniam, quis nostrud exercitation |
<strong>ullamco laboris</strong> nisi ut aliquip ex|
ea commodo consequat.</p> |
I.e., an option to add one more indent level to softwrapped line.
Hello, Evgeni. There is also #10 with almost the exact same request. And, unfortunately, I still have no spare time to implement this, and not familiar enough with Brackets API to properly implement a menu and settings.
If you feel capable, please fork the repo and implement this functionality - I gave some tips on how to do this in #10.