Update README.md
This commit is contained in:
parent
ca53aa2880
commit
5121d1bda7
21
README.md
21
README.md
|
@ -31,16 +31,17 @@ A <b>W</b>eb-based <b>IDE</b> for Teams using Golang.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc.
|
* [X] Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc.
|
||||||
* Autocomplete: Go/HTML etc.
|
* [X] Autocomplete: Go/HTML etc.
|
||||||
* Format: Go/HTML/JSON etc.
|
* [X] Format: Go/HTML/JSON etc.
|
||||||
* Run & Debug: run/debug multiple processes at the same time
|
* [X] Build & Run
|
||||||
* Multiplayer: a real team development experience
|
* [ ] Debug
|
||||||
* Navigation, Jump to declaration, Find usages, File search etc.
|
* [X] Multiplayer: a real team development experience
|
||||||
* Shell: run command on the server
|
* [X] Navigation, Jump to declaration, Find usages, File search etc.
|
||||||
* Git integration: git command on the web
|
* [X] Shell: run command on the server
|
||||||
* Web development: Frontend devlopment (HTML/JS/CSS) all in one
|
* [ ] Git integration: git command on the web
|
||||||
* Go tool: go get/install/fmt etc.
|
* [X] Web development: Frontend devlopment (HTML/JS/CSS) all in one
|
||||||
|
* [X] Go tool: go get/install/fmt etc.
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue