GithubHelp home page GithubHelp logo

Comments (2)

visualfc avatar visualfc commented on July 4, 2024

https://github.com/visualfc/liteide/wiki/Faq

Use gocode word complete, example input fmt.

GitHub: https://github.com/nsf/gocode
Install gocode

$ export GOROOT=$HOME/go
$ export PATH=$HOME/go/bin:$PATH
$ go get -u github.com/nsf/gocode

from liteide.

prof7bit avatar prof7bit commented on July 4, 2024

when running the above commands the following happens (see below) and code completion still does not work.
(also the binary download of liteide already contains an executable "gocode" and it is started and running while the IDE is running, is this the same gocode as mentioned above (so i don't need to install it anymore) or os this some additional tool?)

package github.com/nsf/gocode
imports bytes: unrecognized import path "bytes"
package github.com/nsf/gocode
imports encoding/json: unrecognized import path "encoding/json"
package github.com/nsf/gocode
imports errors: unrecognized import path "errors"
package github.com/nsf/gocode
imports flag: unrecognized import path "flag"
package github.com/nsf/gocode
imports fmt: unrecognized import path "fmt"
package github.com/nsf/gocode
imports go/ast: unrecognized import path "go/ast"
package github.com/nsf/gocode
imports go/parser: unrecognized import path "go/parser"
package github.com/nsf/gocode
imports go/scanner: unrecognized import path "go/scanner"
package github.com/nsf/gocode
imports go/token: unrecognized import path "go/token"
package github.com/nsf/gocode
imports io: unrecognized import path "io"
package github.com/nsf/gocode
imports io/ioutil: unrecognized import path "io/ioutil"
package github.com/nsf/gocode
imports net: unrecognized import path "net"
package github.com/nsf/gocode
imports net/rpc: unrecognized import path "net/rpc"
package github.com/nsf/gocode
imports os: unrecognized import path "os"
package github.com/nsf/gocode
imports os/exec: unrecognized import path "os/exec"
package github.com/nsf/gocode
imports path/filepath: unrecognized import path "path/filepath"
package github.com/nsf/gocode
imports reflect: unrecognized import path "reflect"
package github.com/nsf/gocode
imports runtime: unrecognized import path "runtime"
package github.com/nsf/gocode
imports sort: unrecognized import path "sort"
package github.com/nsf/gocode
imports strconv: unrecognized import path "strconv"
package github.com/nsf/gocode
imports strings: unrecognized import path "strings"
package github.com/nsf/gocode
imports sync: unrecognized import path "sync"
package github.com/nsf/gocode
imports text/scanner: unrecognized import path "text/scanner"
package github.com/nsf/gocode
imports time: unrecognized import path "time"
package github.com/nsf/gocode
imports unicode: unrecognized import path "unicode"
package github.com/nsf/gocode
imports unicode/utf8: unrecognized import path "unicode/utf8"

from liteide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.