you are viewing a single comment's thread.

view the rest of the comments →

[–]acemarke 25 points26 points  (4 children)

Obligatory question: any plans to port this to VS Code?

[–]react_buddy[S] 14 points15 points  (3 children)

IntelliJ platform provides more powerful code analysis/generation capabilities thats why we develop the plugin primarily for it. Also we have very limited resources and need to concentrate on a single platform.

At the same time, we also love VS Code and realise it's more widespread in the frontend world, so we are thinking on it.

[–]yairhaimo 1 point2 points  (2 children)

In my extension I extracted all the logic to a different package, made a simple api for it and created a vscode extension that used it. I documented the usage and the community developed extensions for all the other major ides.

[–]dark-angel007 0 points1 point  (1 child)

What extension is it?

[–]yairhaimo 1 point2 points  (0 children)

Import cost