@workbench-stack/client-language-monaco
v0.0.19-8
Published
xterm server services for Node
Downloads
11
Readme
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 )
gocode
for hints https://github.com/nsf/gocodeexport GOPATH=$HOME/goprojects(path to workbench-stack) export PATH=$PATH:$GOPATH/bin go get -u github.com/nsf/gocode
godef
fo hover, for definition https://github.com/buaazp/Godefgo get -v github.com/rogpeppe/godef
go get -v golang.org/x/tools/cmd/guru
goreturns
for format https://github.com/sqs/goreturnsgo get -u sourcegraph.com/sqs/goreturns
go-outline
forgo to Symbol
command (context menu) https://github.com/lukehoban/go-outlinego get -u github.com/lukehoban/go-outline
// need tsserver fro ts/js
language