bencoveney / barrelsby

Automatic TypeScript barrels (index.ts files) for your entire code base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webstorm IDE integration

zcharym opened this issue · comments

Any plans on landing on Webstorm IDE? It would be an efficiency boost tools indeed.

FYI: There is a good WebStorm plugin template here: https://github.com/JetBrains/intellij-platform-plugin-template

commented

@Zchary-Ma there is no plan to make this a JetBrains plugin at the moment. If you'd like to use it with webstorm instead of through npm run you could setup a shell script configuration and run it that way. That, or you should be able to use npx

Closing as I don't think we have any plan to do this ourselves at the moment, especially for myself as I'm not familiar with the JetBrains IDEs. If anyone were to create such a plugin I'd be happy to link it from our README.