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

0.0.19-8 • 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

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i @workbench-stack/server-language-monaco

    Weekly Downloads

    0

    Version

    0.0.19-8

    License

    MIT

    Unpacked Size

    46 kB

    Total Files

    9

    Last publish

    Collaborators

    • workbench-stack