I read somewhere that orion uses tern for code completion for JavaScript but after running the server, creating a js file and then creating another file the other file is unaware of any code in the first file.
It seems that completion only works for symbols defined in the currently open file.
Is there a way to configure tern in orion so it will produce some helpful completion instead of a working demo without any real value?
Orion has only moved to Tern for content assist proposals a couple weeks ago (mid-April 2015).
https://bugs.eclipse.org/bugs/show_bug.cgi?id=432940
We are working on enabling multi-file support.