ternjs/tern_for_vim

how to dynamically reload .tern-project file?

Opened this issue · 1 comments

how to dynamically reload .tern-project file?

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