Using gocode revision 843b7a63f621bb441274849d58671870adf1a5ce and deoplete-go revision 7990da5c8c89a47e0ccd3b7e60a836a6f115641a, when I edit JSON metadata, neovim completely locks up attempting to get autocomplete from gocode through deoplete-go.
I can reproduce this on multiple machines by inserting the cursor after the e in json:"name" inside https://github.com/clee/channon/blob/master/types.go
Using gocode revision
843b7a63f621bb441274849d58671870adf1a5ceand deoplete-go revision7990da5c8c89a47e0ccd3b7e60a836a6f115641a, when I edit JSON metadata, neovim completely locks up attempting to get autocomplete from gocode through deoplete-go.I can reproduce this on multiple machines by inserting the cursor after the
einjson:"name"inside https://github.com/clee/channon/blob/master/types.go