Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Atom 中安装了 platformio-ide-terminal 包。当我突出显示多行文本并将其发送到我的 ipython 终端时,它只运行我的光标闪烁的行。
有没有办法发送多行选定的文本?
如果这些行是完整的语句,它们必须用分号分隔。因此,您必须向后滚动这些行以插入分号。如果它是单行太长而无法放入单个终端行,ipython 应该识别这一点并在以下行之前生成“...”,如下所示。