Brackets: HTML code hinting without "<"

Created on 26 Jan 2017  路  2Comments  路  Source: adobe/brackets

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

Most helpful comment

Also you can use Emmet

All 2 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rugk picture rugk  路  4Comments

Bluefirecracker picture Bluefirecracker  路  4Comments

Hi,
KSSS10 picture KSSS10  路  3Comments

theman1616 picture theman1616  路  4Comments

armandbancila picture armandbancila  路  4Comments