typescript-vscode-plugins
typescript-vscode-plugins copied to clipboard
NO LIMITS FOR TS! Isn't this the most advanced TypeScript plugin as VS Code extension ever created?
You can check the extension https://github.com/xicunyang/ts-space-prompt, the feature of that extension is awesome. But it conflict with this extension, and the implementation of that extension seems not very good, it...
## Why With UI lib like mui, the component tree is very deep. It would be very useful if the outline can filter out component nodes for clean structure.
Great package! But imo it does too much. I was looking for sticky headers in `.jsx` and `.tsx` files in VS Code and I came across this extension from [this...
Made 6 code actions for React. Also, I have a couple of questions: 1. Is it possible to set the cursor position in Code Action? I tried with $0, but...
no Volar support for now
```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...