Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a live (interactive) console window to Atom?

Tags:

Is it possible to add a live (interactive) console window to Atom? Note that this is similar to the article on adding a live console session to LightTable, except that it is for Atom.

Essentially, I am interested in the integrated terminal emulation that Geany is capable of doing: Geany - integrated terminal emulation

Is there any way to do this in the Atom text editor from Github?

like image 684
nathanielng Avatar asked Apr 22 '15 03:04

nathanielng


People also ask

How do I add console to Atom?

Usage. Toggle atom-console with alt-ctrl-x , then enter any command specified within Atom.

Does Atom have an integrated terminal?

atom-ide-terminal stays in the bottom of your editor while you work. Click on a status icon to toggle that terminal (or ctrl-` ). Right click the status icon for a list of available commands. From the right-click menu you can color code the status icon as well as hide or close the terminal instance.

Will Atom be deprecated?

We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022.

Does Atom have telemetry?

ATOM can collect real-time telemetry, ensure compliance, and provide service assurance for multi-vendor physical and virtual network infrastructure.


1 Answers

Yes it is possible. Don't know how they did, but there is a package "paltformio-ide". Installing it would add the windows powershell in atom, like this one:

like image 84
MRamazan Avatar answered Oct 12 '22 17:10

MRamazan