adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Feature Request: Semantic-UI shortcode #13292

Open williampmills opened 7 years ago

williampmills commented 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.

I've seen it working on Sublime Text, but I use Debian 9, with Brackets build 1.9.0-17312, which I prefer greatly.

williampmills commented 7 years ago

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

edmilsonrobson commented 7 years ago

Interesting, but doesn't emmet achieve the same functionality?