nsf

Results 289 comments of nsf

Well. Gocode can report syntax errors, but that's the kind of errors people don't do often. When it comes to semantic errros, gocode does only partial analysis, for example it...

This feature request appeared many times. Shortly: no. The reasons why I don't want to add documentation display in gocode is that gocode doesn't parse the source code (that's where...

Yeah, I tried a couple of things today too and it didn't work, I'll try few more things tomorrow and will post a detailed report on that. I think gocode...

So, I've just committed this thing: 64791d9e7b7e4322996 As commit says: ``` Add deduction of a type from the expression at the cursor position. It's implemented as an example for future...

@farslan This feature wasn't implemented. If you're using vim, perhaps `set completeopt-=preview` in your .vimrc may help.

Whatever works for you guys. If it doesn't break anything else. `cursortype` isn't documented and has no well defined behaviour. My intention was to show what's possible.

The truth is that in Go a package contains all the info it needs to do all the type analysis, even the info from imported packages. So it may happen...

For now I've added a note to the readme that "autobuild" feature is experimental.

The only solution to that problem is to make both gotype and gocode work with package source files instead of actual compiled packages. I will not implement that feature in...

Leaving this issue open for informative purposes.