willofindie / vscode-cssvar

VSCode extension to support CSS Variables Intellisense
https://marketplace.visualstudio.com/items?itemName=phoenisx.cssvar
MIT License
251 stars 4 forks source link

Intellisense doesn't trigger for multi-line functions #54

Open phoenisx opened 2 years ago

phoenisx commented 2 years ago

https://user-images.githubusercontent.com/11786283/183144934-e69e7020-59ed-45f6-b8de-924c6003bfc2.mp4

phoenisx commented 1 year ago

Some learnings from here: https://github.com/microsoft/vscode/issues/99504, though not helpful for this plugin to get triggered only when required.

Some pointers I need to keep in mind:

I haven't tried using LSP, but with above findings, I don't think there would be any difference.