stylable-intelligence
stylable-intelligence copied to clipboard
Stylable extension for Visual Studio Code
currently the tests in test/lib/service.spec.ts have a lot of verbose code (boilerplate, shallow namespace, magic numbers etc. ) that can be made much more readable with relatively little effort. the...
Currently, hinting is only provided for state definitions and their type. Hinting for each validator used in a type needs to be added Example for missing hint: ```css .myClass {...
Should include support for multiple lines: Failing example: ```css .myClass { -st-states: state1(string(contains(user))), state2(number(min(2))); } ```
it is now hard to maintain it, huge rexexp etc.
- Completions - Definition - Usage - Cross-file - Go to definition - Signature help - Find references - Rename Symbol - Hover - If relevant, we currently have no...
When someone starts typing st... (instead of -st...) suggest completions of relevant -st-directives that will also add the missing '-'
-st-named completions support values on multiple lines. Should make sure other -st-directives do as well.
.myClass { -st-mixin: paramfulMixin('54','200'), paramfulMixin('54','200') } 2nd mixin param list, strings are not colored as strings. Scope inspector shows they are not getting string.quoted.single.css and meta.property-value.css scopes. Check if CSS...