標籤:

黃哥Python 提示: Sublime Text 支持輸入參數

像下面的代碼,需要從終端或cmd 下帶參數運行的代碼,以前Sublime Text 是不支持的。

現在只有安裝這個插件InputArgs 即可。

bilalba/InputArgs?

github.com圖標

插件安裝方法:

Using Package Control

Install this sublime text 2/3 package via Package Control; search for package: "InputArgs"

或者

OSX

$ cd ~/Library/Application Support/Sublime Text <2/3>/Packages/$ git clone git://github.com/bilalba/InputArgs.git InputArgs

Linux (Ubuntu like distros)

$ cd ~/.config/sublime-text-<2/3>/Packages/$ git clone git://github.com/bilalba/InputArgs.git InputArgs

Windows

Copy the directory to: "C:Users<username>AppDataRoamingSublime Text <2/3>Packages"

使用方法:

Standard sublime text build system commands.

Use "ctrl+b" to run the build system and an input dialog will ask for arguments.

New Build Systems can be added through "Tools>Build System>New Build System".

推薦閱讀:

暢銷榜上的深度學習和機器學習書單!
使用Python實現一個文本自動摘要工具
如何將Atom打造成Python開發利器
10分鐘python圖表繪製 | seaborn入門(四):回歸模型lmplot
python字元編碼轉換經驗

TAG:Python |