tststs
tststs
could you post your .tern-config and sample code? constructor should work as a suggestion.
Downgrade to 0.14.2 and i'll have a look into this later. - Does the performance issue only affects startup time? - The "Display Above Snippets" is atom related. The only...
yes, startup time has increased and i will try to to reduce it in the future, but this is a low level priority for now. i switched mostly to import...
`tern-lint` isn't supported at the moment and was removed in favor for [email protected]. this is due the fact that `tern-lint` wasn't updated in a while and does not seem to...
It should. Tern returns all references located in files loaded via loadEagerly. E.g.: (using latest atom-ternjs)  Or do i miss something here?
thx, i will have a look at this. the problem with relative/absolute duplicates should have been fixed with dfdf5f3
ok, ``` "loadEagerly": [ "./src/**/*.js" ], ``` seems to be the problem. If i use: ``` "loadEagerly": [ "src/**/*.js" ], ``` everything seems to work as expected. ![bildschirmfoto 2015-03-01 um...
Oops! Closed the wrong issue. But i will definitely update the README regarding this now.
Is this still an issue? This message only pops up, if there is no active project with valid JS. Open at least one valid file in the current project and...
is `use tern-lint` activated in the package options? this option is disabled by default.