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
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.