pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Idea: Add full autocompletion in HTML and CSS #20

Open COD3BREAK3R opened 3 years ago

COD3BREAK3R commented 3 years ago

When I write atributes for HTML tags and properties in CSS don't autocomplete full.

Example in HTML

Actually: class Request: class = "( cursor inside )"

Example in CSS

Actually: box-sizing Request: box-sizing: ( after appear the select property and select the property autocomplete the ; )

Thanks for your good extension

pushqrdx commented 3 years ago

@COD3BREAK3R pretty sure it was working like that before, but somewhere during vscode updates it broke :D hopefully gonna fix it back though