Running Python from Atom

后端 未结 5 927
傲寒
傲寒 2020-12-08 08:44

In Sublime, we have an easy and convent way to run Python or almost any language for that matter using + b (or ctrl + b)

<
5条回答
  •  [愿得一人]
    2020-12-08 09:20

    The script package does exactly what you're looking for: https://atom.io/packages/script

    The package's documentation also contains the key mappings, which you can easily customize.

提交回复
热议问题