How to open the terminal in Atom?
How to open the terminal in Atom? Do I need to install a plug-in?
If possible, I also would like to know how to use shortcut keys to open the terminal.
Solution 1:
In the Atom IDE:
- Open file>settings
- Click "+" (install)
- Search for a terminal package called "platformio-ide-terminal"
- Click "install".
- Press Crtl+` to toggle the terminal
Solution 2:
For Windows follow the below steps
(1)go to file>setting and click on install
(2) then type "platformio-ide-terminal" in packages and hit install (3) after finish install restart atom and press
ctrl + ~ for opening the terminal `~` is the key below `Esc`
welcome ;-)
Solution 3:
Edit: I no longer use Atom. The plugins I originally recommended here have all apparently ceased to be maintained. I've updated this answer with the suggestions in the comments, but please note I haven't tried any of these and will no longer be maintaining this answer.
Please check the comments or other answers for more up-to-date recommendations.
There are a number of Atom packages which give you access to the terminal from within Atom. Try a few out to find the best option for you.
Open a terminal in Atom:
If you want to open a terminal panel in Atom, try platformio-ide-terminal
. Use the keyboard shortcut ctrl-`
to open a new terminal instance.
Open an external terminal from Atom:
If you just want a shortcut to open your external terminal from within Atom, try open-terminal-here
. You can use ctrl-alt-t
to open your external terminal in the current file's directory, or ctrl-alt-shift-t
to open the terminal in the project's root directory.