Open williampmills opened 7 years ago
Would like to see the ability to use Semantic-UI shortcodes within the editing window.
For Example: Instead of <div class="ui button"></div>, writing: .ui.button, would expand to the full code upon pressing the trailing space.
<div class="ui button"></div>
.ui.button
I've seen it working on Sublime Text, but I use Debian 9, with Brackets build 1.9.0-17312, which I prefer greatly.
I found this extension for Sublime Text, which does the very thing I've requested. Not sure how to port it across though.
https://github.com/idleberg/sublime-semantic-ui
Interesting, but doesn't emmet achieve the same functionality?
Would like to see the ability to use Semantic-UI shortcodes within the editing window.
For Example: Instead of
<div class="ui button"></div>
, writing:.ui.button
, would expand to the full code upon pressing the trailing space.I've seen it working on Sublime Text, but I use Debian 9, with Brackets build 1.9.0-17312, which I prefer greatly.