wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

feat: support typed named imports completion #2857

Closed idoros closed 1 year ago

idoros commented 1 year ago

This PR refactors the language-service @st-import named completions implementation to use the new context, adds supports for current typed named imports: keyframes()/layer()/container(), and fixes up some completion behavior.

This PR does not add or change the functionality of -st-named from the legacy :import {} rule