windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

Completion items makes it hard to select variables properties #136

Closed V-ed closed 3 years ago

V-ed commented 3 years ago

image

image


I also use intellisense to help me find the different properties of objects, which this kind of prevents unless I turn off the Windicss : Enable Code Completion vscode setting.

I could simply find my properties in Svelte's script tag (even though this isn't possible in 100% of the cases), but Windicss's completion items also appears in the <script> tags, as shown below (with an even worse example) :

image

image


However, I do like completions and would prefer to keep them - anything I can change to vscode's settings to put variables properties above Windicss's completion or is this something that only this extension can manage?

alexanderniebuhr commented 3 years ago

you can try to disable windicss.enableEmmetCompletion in you VS Code settings, because this uses the . character as a trigger

V-ed commented 3 years ago

you can try to disable windicss.enableEmmetCompletion in you VS Code settings, because this uses the . character as a trigger

image

Is this normal? :)

Edit : Windicss extension needed an update, let me try with the update

V-ed commented 3 years ago

Hold up, did the windicss.enableEmmetCompletion setting came out today? I had this issue yesterday but only made an issue about it today haha

Considering the windicss.enableEmmetCompletion setting was disabled when I updated, I did not have to change anything for this to be fixed, just needed to update the extension.

That was quick, thanks for the help!