如何向 Atom 添加实时(交互式)控制台 window?

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

是否可以向 Atom 添加实时(交互式)控制台 window?请注意,这与 adding a live console session to LightTable 上的文章类似,只是它适用于 Atom。

本质上,我对 Geany 能够执行的集成终端仿真很感兴趣:

有什么方法可以在 Github 的 Atom 文本编辑器中执行此操作?

您可以查看 Atom Terminal Panel 个包。

是的,这是可能的。不知道他们是怎么做到的,但是有一个包裹 "paltformio-ide"。安装它会在 atom 中添加 windows powershell,如下所示:

习惯webstorm live console 很喜欢terminal-plus

我开始使用 platformio-ide-terminal。项目 URL:https://atom.io/packages/platformio-ide-terminal

我推荐你使用"platformio-ide-terminal"

platformio-ide-terminal 应该更好,因为它是 terminal-plus 的分支。

并且大多数功能和用法与 terminal-plus 相同。

在这里阅读一些文档,您会喜欢的。 https://atom.io/packages/platformio-ide-terminal

男孩,做一些改变。截至 2018 年 5 月,terminal-panel、atom-terminal-panel 和 terminal-plus 多年未更新,与新版本的 Atom 不兼容。

目前,platformio-ide-terminal 也不支持最新稳定版本的 Atom (1.26) - 它只维护到 Atom 1.25。 platformio-ide-terminal 也是 platformio-ide 的终端,一个 IoT IDE。我不推荐它用于非物联网应用程序。

所以目前似乎没有适合 Atom 非物联网用例的终端应用程序,除非您想使用旧版本的 Atom。

最新版本的 atom-ide-ui 现在提供 ide 您可以打开的集成终端(默认键盘快捷键 Ctrl-Shft-T 在 MacOS 上)。

它似乎非常顺利地集成,甚至正确地使用了所有正常的环境选项。