For example, if I hit Enter after typing my selector & opening brace, auto-complete will show up in the same column where I started my selector. If I then cancel the auto-complete dialog with the Esc key, and then press Tab, I would like to see the auto-complete dialog at that point.
For example, I would prefer:
Code: Select all
p.text {
color:black;
}
Code: Select all
p.text {
color:black;
}