You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,9 @@ Go lang IDE. Built with [GopherSauce](http://gophersauce.com)
9
9
10
10
## About IDE
11
11
This IDE runs as a server and is accessed via web browser. Being a web server, the IDE boasts a web (HTML) interface is accessible from any device on your network.Compared to Microsoft VS Code and Eclipse CHE, this IDE is very minimalistic. It features :
12
-
- Web application resource management.
13
-
- Autocomplete between different files. ( This feature is broken as of now.)
12
+
- Autocomplete.
14
13
- Syntax correction.
15
-
- Server process management.
16
-
- Interactive terminal via web socket. (Must have bash installed for windows users.)
14
+
- Interactive terminal via web socket.
17
15
- Line tags in relation to failed build logs.
18
16
- Project build scripts.
19
17
- View web application output.
@@ -29,7 +27,7 @@ This IDE runs as a server and is accessed via web browser. Being a web server, t
29
27
If the server launch hangs on startup, close it and install the additional requirements manually. Prior to running the commands, set your GOPATH to `$home/workspace`. You can do this on Windows with `set GOPATH=%USERPROFILE%\workspace`.
30
28
Run the following command :
31
29
32
-
go get github.com/nsf/gocode
30
+
go get github.com/mdempsky/gocode
33
31
34
32
To add debug support, you must install delve. You can find the guide here. (Don't worry it is quick) [Install Delve](https://github.com/go-delve/delve/tree/master/Documentation/installation)
35
33
@@ -73,4 +71,4 @@ Improvements to the codebase and pull requests are encouraged.
0 commit comments