Atom
tip
- 已经停止维护 2022-12-15
- Electron 来源于 Atom
- 轻量级
- 跨平台
- 特性完善
- 插件丰富
- 可用于替代一下编辑器作为日常使用
- vim
- Emacs
- Notepad++
- UltraEdit
- 前往 官网 下载
script
可直接执行代码的插件
Command | Mac OS X | Linux/Windows | Notes |
---|---|---|---|
Script: Run | cmd-i | shift-ctrl-b | If text is selected a "Selection Based" is used instead of a "File Based" run |
Script: Run by Line Number | shift-cmd-j | shift-ctrl-j | If text is selected the line number will be the last |
Script: Run Options | shift-cmd-i | shift-ctrl-alt-o | Runs the selection or whole file with the given options |
Script: Run with profile | shift-cmd-k | shift-ctrl-alt-b | Runs the selection or whole file with the specified profile |
Script: Close View | esc or ctrl-w | esc | Closes the script view window |
Script: Kill Process | ctrl-c | ctrl-q | Kills the current script process |