vscode-glean icon indicating copy to clipboard operation
vscode-glean copied to clipboard

JetBrains WebStorm integration

Open ShayNehmad opened this issue 5 years ago • 5 comments

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

ShayNehmad avatar Aug 07 '19 07:08 ShayNehmad

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?

borislit avatar Aug 07 '19 09:08 borislit

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

ShayNehmad avatar Aug 08 '19 11:08 ShayNehmad

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

szamanr avatar Mar 02 '22 08:03 szamanr

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

dahei avatar Mar 03 '22 16:03 dahei

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

devsebastian avatar Jun 24 '22 13:06 devsebastian