@workbench-stack/server-monaco
TypeScript icon, indicating that this package has built-in type declarations

0.0.18-33 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.18-33
    0
    • latest

Version History

Package Sidebar

Install

npm i @workbench-stack/server-monaco

Weekly Downloads

0

Version

0.0.18-33

License

MIT

Unpacked Size

394 kB

Total Files

39

Last publish

Collaborators

  • workbench-stack