adobe / brackets

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

HTML code hinting without "<" #13065

Open mozn-lz opened 7 years ago

mozn-lz commented 7 years ago

Can we have HTML code hinting without starting with the "<". It makes coding pages quick and easy, it would also be super great if frameworks like bootstrap could be included in the code hinting feature.

            * CURRENT
    1. Type "ar"     => no code hint
    2. Type "<ar"   => code hint (area, article)

            * IDEAL
    1. Type "ar"     => code hint (area, article)

15859d98-fa21-11e4-87db-cae05b14d367

swmitra commented 7 years ago

@mozn-lz Thanks for using brackets. In it's current form, Brackets provides html tag hints only when you have pressed '<'. Any character you type after that is just going to provide filtering. This has been done with a purpose, to keep it non intrusive and keep it targeted. You can always seek hints by pressing ctrl+space.

ghost commented 7 years ago

Also you can use Emmet