adds a Terminal icon to the IDE toolbar and context menu which opens project directories in your favorite terminal.
By default, it uses OS native terminal:
Windows - Command Prompt (cmd)
Linux - gnome-terminal / konsole
macOS - Terminal.app
If you want to use another terminal instead - you can!
Just specify your favorite one in the IDE Settings / Preferences.
*Alacritty, Cmder, ConEmu, Ghostty, GitBash, Hyper, iTerm, kitty, PowerShell, RXVT, Terminator, WSL are also supported.
Since version 0.4, it is available to specify a custom command with ${project.dir} placeholder, which will be replaced at runtime with the actual project directory.