0.0.19-8 • Published 7 years ago
@workbench-stack/server-language-monaco v0.0.19-8
To run tests
`npm link`
`npm link @xtermstack/xterm-server-core`
`npm install`
`tsc`
`npm run test`// needed packages for go language
(commants execute in workbench root )
1) gocode for hints
https://github.com/nsf/gocode
```
export GOPATH=$HOME/goprojects(path to workbench-stack)
export PATH=$PATH:$GOPATH/bin
go get -u github.com/nsf/gocode
```2) godef fo hover, for definition
https://github.com/buaazp/Godef
>go get -v github.com/rogpeppe/godef
>go get -v golang.org/x/tools/cmd/guru3) goreturns for format
https://github.com/sqs/goreturns
>go get -u sourcegraph.com/sqs/goreturns4) go-outline for go to Symbol command (context menu)
https://github.com/lukehoban/go-outline
>go get -u github.com/lukehoban/go-outline// need tsserver fro ts/js language
0.0.19-8
7 years ago
0.0.19-6
7 years ago
0.0.19-3
7 years ago
0.0.19-2
7 years ago
0.0.19-1
7 years ago
0.0.19-0
8 years ago
0.0.18-35
8 years ago
0.0.18-33
8 years ago
0.0.18-31
8 years ago
0.0.18-29
8 years ago
0.0.18-27
8 years ago
0.0.18-26
8 years ago
0.0.18-25
8 years ago
0.0.18-24
8 years ago
0.0.18-23
8 years ago
0.0.18-22
8 years ago
0.0.18-20
8 years ago
0.0.18-19
8 years ago
0.0.18-18
8 years ago
0.0.18-y.0
8 years ago
0.0.18-17
8 years ago