volarjs / vscode-typescript-web

Fully TypeScript Support for Vue + Svelte + Angular + MDX on Web IDE
https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-web
MIT License
45 stars 3 forks source link

Support plugins #5

Open zardoy opened 10 months ago

zardoy commented 10 months ago

Not a big problem for me for now, but I think it would be cool if extensions with typescriptServerPlugins were supported.

zardoy commented 10 months ago

Btw I tried to navigate between source files on https://github.dev/microsoft/vscode and it seems to be extremely slow (it even showed me that I was rate-limited the first time I opened it, whenever I try go-to-definition across files it takes forever). I will also try to look at it myself

johnsoncodehk commented 6 days ago

@zardoy Can you try 0.1.2 which has improved performance in https://github.dev/microsoft/vscode? Please note that it is necessary to disable the built-in anycode-typescript extension, which can cause serious performance issues when triggering auto complete in https://github.dev/microsoft/vscode.