ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

Dont load other folder's js files when add plugins item. #94

Closed easyfrog closed 8 years ago

easyfrog commented 8 years ago
"plugins": {
    "node": {}  
}

When I add "node": {} to .tern-projects "plugins" section. the Tern can not auto complete some js files in other folders.... like threejs etc.