Webstorm: Limited to only 2 Run-Tabs?
Hallo,
in Webstorm there are only 2 run-tabs which is quite limited...in one tab I am running Webpack that builds my application. In the second I'd like to run Karma. But quite often I have to run a gulp-task and then the Karma tab is replaced and I have to start it again.
Is there a way to increase the number of tabs in the Run-view?
Thanks,
Steven
Please sign in to leave a comment.
You can pin the currently opened tab using Pin toolbar button:
Pinned tab will not be overwritten; instead, the results of the next command will be displayed in a new tab.
Thanks!
Is there a way I can increase the limit of parallel run tabs without having to pin the tabs I want to keep ?
No, this can't be done
That's sad. I don't think it's such an expensive feature to implement.