wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetBrains WebStorm integration

ShayNehmad opened this issue · comments

Any chance this will be a plugin for WebStorm anytime soon?

Hey @ShayNehmad ! Glad You like the plugin. I'm looking for someone to champion the webstrom integration. There have been plenty of demand for it. The refactoring engine it self (the one that receives the input code and outputs refactored code) is pretty much decoupled from VScode already. If you are up or the challenge, I'd love complete the decoupling into a separate package and all You'll have to do is wrap it with Webstrom's API. Basically you'll need to implement the core's integration with the IDE i.e Open File panel, save file etc. I'd love to asssit.
WDYT?

Not soon, sorry. But thanks for asking. I'm putting this on my "project I really want to do" backlog and who knows 🤔

is there any update on this? or does anyone know a good jetbrains (webstorm, pycharm) alternative?

My current version of PhpStorm 2021.3.2 has this feature built-in (so WebStorm should have it already):
CleanShot 2022-03-03 at 17 27 26@2x

Webstorm now officially supports this, you can select the elements you want to extract, right-click to open context menu and then select Refactor > Extract Component