From 6eb3c787f198b70bbefe9182b9f1b2e2271b2329 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 9 Sep 2014 09:33:20 +0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 48e8da4..895765d 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ A simple Web **IDE** for golang. * A try for commercial open source: a version customized for an enterprise, coreesponding to its development work flow ## Features -* Code Highlight -* Autocomplete -* Format -* Run & Debug -* Multiplayer -* Navigation & Jump -* Shell -* Git integration -* Web development +* Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc. +* Autocomplete: Go/HTML etc. +* Format: Go/HTML/JSON etc. +* Run & Debug: run/debug multiple processes at the same time +* Multiplayer: a real team development experience +* Navigation, Jump to declaration, Find usages, File search etc. +* Shell: run command on the server +* Git integration: git command on the web +* Web development: Frontend devlopment (HTML/JS/CSS) all in one ## Demos * [20140823](http://b3log.org/wide/demo/20140823.html)