0.0.19-8 • Published 6 years ago

@workbench-stack/server-language-monaco v0.0.19-8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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/guru

3) goreturns for format https://github.com/sqs/goreturns

>go get -u sourcegraph.com/sqs/goreturns

4) 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

6 years ago

0.0.19-6

6 years ago

0.0.19-3

6 years ago

0.0.19-2

6 years ago

0.0.19-1

6 years ago

0.0.19-0

6 years ago

0.0.18-35

6 years ago

0.0.18-33

6 years ago

0.0.18-31

6 years ago

0.0.18-29

6 years ago

0.0.18-27

6 years ago

0.0.18-26

6 years ago

0.0.18-25

6 years ago

0.0.18-24

6 years ago

0.0.18-23

6 years ago

0.0.18-22

6 years ago

0.0.18-20

6 years ago

0.0.18-19

6 years ago

0.0.18-18

6 years ago

0.0.18-y.0

6 years ago

0.0.18-17

6 years ago