Paweł Mizio

Results 49 comments of Paweł Mizio

@shubham-cpp I looked into it and styled-components plugin just crashes for all typescript versions under `4.9` also in vscode. I looked into plugin itself and all of it's dependencies are...

> I understand this is not an issue by the plugin but rather by the package(`typescript-styled-plugin`) Yes, this plugin only set list of typescript plugins to load on start of...

It is possible tsserver has dedicated method for that, but as far as I know it is slow also and that's why vscode don't enable this by default. We can...

It is definitely doable, we will see how it will perform. But it isn't highest priority right now. We have few plugin breaking bugs to fix 🙂

Sorry I missed your comment @tpatalas. I know like you see I tried to implement that but current plugin architecture cannot provide efficient implementation without loosing performance. I had this...

@stevenxxiu I'll look into this but recently I have quite a bit a shortage of time. But as quick workaround you can use `tsserver_path`(see more in README), but long story...

We had similar issue in the past and as far as I debugged it conclusion was: `typescript-language-server` set `allowJs` under the hood but do something else also, because even now...

I pretty sure its vscode feature and I also found this issue in typescript itself: https://github.com/microsoft/TypeScript/issues/35428. But it can be done using treesitter and injecting snippet into completions before sending...

https://github.com/microsoft/TypeScript/blob/e89d42d373a570f12510429e13ec45a9eccd9ed0/src/server/protocol.ts#L105 This is key imo when, I delete file in vscode this request is send and then project is reloaded.

Hmm idk, we probably need to do more reverse engineering on vscode :D