chocolat-public icon indicating copy to clipboard operation
chocolat-public copied to clipboard

CSS completion: still show if typed full name and there's a non-trivial snippet

Open atg opened this issue 8 years ago • 0 comments

If I type

border

I want the "border" item in CSS extended code completions to stay there (not be culled), so that I can press enter and get

border: 1px #000 solid;

atg avatar Oct 17 '15 02:10 atg