Git Product home page Git Product logo

Comments (9)

therecipe avatar therecipe commented on May 10, 2024

Hey

Did you run the setup.bat?
Which editor do you use (atom, liteide, vs)?
Do the other packages such as core or gui work?

from qt.

5k3105 avatar 5k3105 commented on May 10, 2024

Hi,

I have the same issues but this is something I attributed to gocode not being able to parse such a huge library.

from qt.

fcying avatar fcying commented on May 10, 2024

@therecipe yes, i run the setup.bat
I use Vim 8.
I try test other gui: goqt, sciter, can work with gocode

from qt.

therecipe avatar therecipe commented on May 10, 2024

@fcying
Is your gocode package/binary up to date?
Did the setup.bat finish successfully (did the examples show up)?
I'm using atom + gocode on a mac and it works there.

So maybe there is a problem with how gocode is integrated into vim?
How much ram does your machine have?

@5k3105
Do you use vim as well?

from qt.

fcying avatar fcying commented on May 10, 2024

@therecipe
I updated my gocode.
The examples can be show up.

I try test Atom+autocomplete-plus, Although a little slow, but it can be used.

In vim, get gocode must use "go get -u -ldflags -H=windowsgui github.com/nsf/gocode"
atom, use "go get -u github.com/nsf/gocode"

May be "-ldflags -H=windowsgui" let gocode not deal with a huge library.

my platform:
I5 + 8G , win10x64

from qt.

therecipe avatar therecipe commented on May 10, 2024

This "-ldflags -H=windowsgui" should just hide the cmd window and have no effect on gocode itself.

There is probably a bug in the vim plugin you use and there is nothing I can do on my side to fix this.
So if you want to get this sorted, you probably need to contact the author of the plugin.

from qt.

fcying avatar fcying commented on May 10, 2024

@therecipe ok , I will report this bug, thanks~

from qt.

fcying avatar fcying commented on May 10, 2024

Find out the problem.
neocomplete time out.
add the following setting will work ok.
let g:neocomplete#skip_auto_completion_time = ""

from qt.

therecipe avatar therecipe commented on May 10, 2024

Thank you :)
This will be useful for future reference, if people are facing the same issue.

from qt.

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.