IDEA-Native-Terminal-Plugin
IDEA-Native-Terminal-Plugin copied to clipboard
Native Terminal Plugin for JetBrains IDEs
Since the quick actions toolbar isn't there anymore in the new UI, the terminal button isn't visible anymore.
Hi, can you add a new run configuration type so we can run configurations in an external terminal? Thanks
When IDEA opens a terminal using its native functionality it opens it in a tool window. This plugin starts a new terminal process outside of IDEA. I generally don't like...
Often I already have a terminal window open and I don't want to open another one or a new tab. Is it possible for this plugin to put focus on...
Hi, Would it be possible to add support for [CoreShell](https://codinn.com/shell/)? I've tried adding it manually, and it will open the app, but doesn't open the selected/project directory. Cheers Stephen
Hi Sergey, Love your plugin, thanks so much for making it. I'm having trouble setting iTerm as the default integrated terminal for WebStorm, though I was able to successfully set...
I tried to open [Alacritty](https://github.com/alacritty/alacritty) but Native Terminal always spawns a `cmd` process. After some debugging I found out that in v0.8.0 the default way of spawning unknown terminal processes...