ternjs / tern_for_vim

Tern plugin for Vim
MIT License
1.83k stars 100 forks source link

how to dynamically reload .tern-project file? #103

Open alexzzp opened 9 years ago

marijnh commented 9 years ago

Kill the tern/node process. Individual editor plugins could add a command for this, but as of yet, I don't think any of them do.

(Alternatively, it might be a cool feature to have bin/tern 'watch' the project file, and automatically restart when it changes. I'd be happy to review a pull request like that.)