跳到主要内容

Atom

  • 轻量级
  • 跨平台
  • 特性完善
  • 插件丰富
  • 可用于替代一下编辑器作为日常使用
    • vim
    • Emacs
    • Notepad++
    • UltraEdit
  • 前往 官网 下载

常用插件

atom-sync emmet language-groovy pigments atom-beautify dash file-icons merge-conflicts script

script

可直接执行代码的插件

CommandMac OS XLinux/WindowsNotes
Script: Runcmd-ishift-ctrl-bIf text is selected a "Selection Based" is used instead of a "File Based" run
Script: Run by Line Numbershift-cmd-jshift-ctrl-jIf text is selected the line number will be the last
Script: Run Optionsshift-cmd-ishift-ctrl-alt-oRuns the selection or whole file with the given options
Script: Run with profileshift-cmd-kshift-ctrl-alt-bRuns the selection or whole file with the specified profile
Script: Close Viewesc or ctrl-wescCloses the script view window
Script: Kill Processctrl-cctrl-qKills the current script process