+6

Incorrect autocomplete for CSS

Connor Peet 12 year бұрын 0
Minor bug: when typing selectors which contain a colon, such as "a:hover" a semicolon is automatically placed after the "a:", which must then be manually deleted.

A simple way to fix this would be to have ST not append a semicolon after a colon is typed following a known HTML tag or a string beginning with . or #.