ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
801 stars 52 forks source link

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

Closed easyfrog closed 9 years ago

easyfrog commented 9 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.