tern_for_vim icon indicating copy to clipboard operation
tern_for_vim copied to clipboard

Tern plugin for Vim

Results 53 tern_for_vim issues
Sort by recently updated
recently updated
newest added

I've been frequently running into this error: ``` Error detected while processing function provider#python3#Call: line 18: Traceback (most recent call last): File "", line 1, in File "/home/sangaline/.config/nvim/plugged/tern_for_vim/script/tern.py", line 246,...

But after `TernRename` ask for new name and put current. At current version

I use the tool condense to generate a def file (cocos2d-js-v3.6-lite.json), and I put the file in "node_modules/tern/defs/cocos2d-js-v3.6-lite.json" directory, and include it in the .tern-project file like this { "libs":...

I think the default value of g:tern_request_timeout need set to biger than 1. cause I ofen get the ”time out“ warning when I add some ”loadEagerly“ files in .tern_project. it...

Hey, Currently when you start a rename with `:TernRename` and decide not to by pressing escape, the variable is remove entirely.

I don't have a reproducible case yet - posting as a reminder: sometimes switching windows is delayed. Last time I saw this, I suspected the logic in `tern_sendBufferIfDirty`, because it...

![2016-10-13 8 26 03](https://cloud.githubusercontent.com/assets/218127/19349002/590590be-9183-11e6-8b77-018e5c9349e8.png) But if i delete the line 246 and use `:w` to save the file then press `u` to restore the line 246, the `:TernDef` run well.

i can ust use :Tern\* commands but no auto completing and no code analysis on the bottom

How can i disable auto prewiev window. Comman `set completeopt-=preview` not work in .vimrc