This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Autocomplete CSS class/id in HTML/PHP files (and vice versa optionally) #13
Open
Description
It will be nice, when I write:
<div class="">
and the cursor is betwteen class="|" the autocomplete will show the class / id which I defined in my sass / scss / less / css files
Optionally: When I start write in sass / scss / less / css files by typing . or # the autocomplete display class / id which I defined in my HTML / PHP files.