2

I'm using vim to write AppEngine code. There are two useful plugins that don't work well.

Syntastic: It shows the appengine imports as errors.
goimports (https://github.com/bradfitz/goimports): I've added an issue on that project as well with the same issue that it does not recognize appengine imports.

Is there a way to fix this?

thanks

sathishvj
  • 1,394
  • 2
  • 17
  • 28
  • 2
    Well... you did well by submitting an issue to the author/maintainer. Fixing a bug in his plugin is his job, not ours. – romainl Nov 17 '13 at 07:38
  • I'm not sure if it is a bug or my lack of knowledge. Additionally since it is something I noticed with Syntastic also, I thought I'd ask here. – sathishvj Nov 17 '13 at 09:27
  • Try copy appengine pkg source code and .a file to your GOPATH – nvcnvn Nov 17 '13 at 12:19

1 Answers1

0

The following (unofficial) appengine syntastic checker should work (automagically):

https://github.com/roktas/syntastic-more

P.S. For the reasons depicted in the relevant comment, this checker is a bit dirty hack and has not yet been submitted to the official Syntastic repo. Please use Github Issues for bugs.

roktas
  • 1