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

There are open-source flavors of VSCode that use [Open VSX](https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension) as the marketplace for extensions. We should deploy our extension there in addition to the official Microsoft marketplace.

infra

- [x] - Find references - Only implemented for local classes. - [x] - Rename symbol - Only implemented for local classes. - [ ] - Hover - We use...

infra
feature

Initial support for `@st-scope` has been implemented in #257, but currently still has limited support, and missing the following features. - [x] completion for scoping parameter - [x] native and...

completions
signature-help
definitions

![screen shot 2018-11-18 at 12 18 48](https://user-images.githubusercontent.com/6338722/48671140-66c3da80-eb2c-11e8-8d92-2bfa0a065333.png) Getting this error on the `contentType(text)`. But I get the error only of there are 2 selectors. Here there is no error: ![screen...

bug
diagnostics

.a:active:c:active {} Will cause problems. Similarly when one state is a substring of the other: .a:state::c:longstate {} (and in other order as well)

bug
references-and-rename

If two files import a third file as 'Comp', when renaming one Comp the other will change as well.

bug
references-and-rename

- [x] Local variable references - [x] Local Class/Element references - [ ] Local state references - [x] Imported variable references - [x] Imported Class/Element references - [x] Default Import...

feature
references-and-rename

Unsure as to exact use case. Try completing in this case (at pipe): ``` .ggg { -st|: lala } ```

bug
completions