Vitaly

Results 150 issues of Vitaly

Hey! I don't see a reason why don't we add a command for searching class names by typing a rule that it uses. I think QuickPick will be okay for...

```ts const a = b => { return b.test } ``` add destruct on `b`: ```ts const a = { test } => { return test } ```

### The Problem When `vue.updateImportsOnFileMove.enabled` is enabled and you update file name, it doesn't rename the imported component in . When you do rename action in ide, ide updates text...

low-priority

I found its useless to display variables before they are initialized. For example: ```ts if (true) { | // a is displayed but shouldn't as it cant be used yet...

suggestions-edit
Prioritized

e.g. //@ts-check-strict or //@ts-check-min (for example only undefined variables), but no type level checking

Prioritized

Probably its not this plugin fault but maybe we can do something e.g. forcefully disable some features. Introduce light mode? (syntatic features only or just no diagnostics) e.g. mc-data app.js