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)

@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.
Also you can use Emmet
Most helpful comment
Also you can use Emmet