stylable-intelligence icon indicating copy to clipboard operation
stylable-intelligence copied to clipboard

Stylable extension for Visual Studio Code

Results 19 stylable-intelligence issues
Sort by recently updated
recently updated
newest added

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...

infra
testing

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 {...

feature
signature-help

Should include support for multiple lines: Failing example: ```css .myClass { -st-states: state1(string(contains(user))), state2(number(min(2))); } ```

bug
completions
signature-help

it is now hard to maintain it, huge rexexp etc.

infra

- Completions - Definition - Usage - Cross-file - Go to definition - Signature help - Find references - Rename Symbol - Hover - If relevant, we currently have no...

infra
feature

When someone starts typing st... (instead of -st...) suggest completions of relevant -st-directives that will also add the missing '-'

completions
feature

POC works with .stcss, to avoid clashes with CSS.

infra
ide-integration
research

-st-named completions support values on multiple lines. Should make sure other -st-directives do as well.

bug
completions

.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...

bug
research
css-service
syntax-highlighting