草 稿

Next Generation Code Editors

The modern, distinctive, powerful code editors.

 

They are like young and handsome boys compare to those old man named UltraEdit or BBEdit.

  1. Atom

    - Web based (Electron)

    - Fully hackable (with Javascript)

    - Powered by Github, popular in Github users, active community.

    - Easy to configure and sync configs

  2. Visual Studio Code

    - Ⓒ Microsoft, also based on Electron

    - Works perfectly with TypeScript

    - No Vim key binding supported

    - Lack of extensibility currently

  3. Sublime Text 3

    - Python based

    - Mostly hackable and flexible

    - Many great extensions

    - Maturest among all in the list

    - Difficult to manage configs

  4. Brackets

    - Made by Adobe

    - Specially featured for making Web pages with HTML & CSS

    - Contains a builtin Chrome for live preview

    - Can somehow work together with PSD

  5. LightTable

    - Originally written in Clojure and aimed to be a Clojure IDE

    - Now rewritten in NodeJS and integrated well with both Javascript and Clojure

    - Instarepl (evaluate code as you type instantly)

    - Looks pure and clean

  6. Chrome Dev Editor

    - Running inside Chrome as a Chrome Web App

    - Perfect IDE for sketching Chrome Extension, Chrome Web App, Polymer projects

    - Automatically manage dependencies by a inside bower

    - It is written by Dart which seems to be a loser in Javascript-derived static type languages, and may be sunset in the future

评论(1

Sublime大法好!