I am using Eclipse Oxygen (4.7) with the Eclipse web tool platform installed on Ubuntu 16.04.3. Auto-completion of variables and functions only works if the variable or function is local to the file I'm working on. Attempts to autocomplete using Ctrl-Space for variables and functions that are outside the current file lead to a dialog with No Default Proposals . In addition, autocomplete for var / funcs in the current file is case sensitive, otherwise offers are not displayed (a problem that I did not have with previous versions of eclipse).
My project is a JS project and I am using the JS perspective. In the Source files and folder in the global scope section of the Include Path project of my project, Included: (All) displayed on the source tab. Is there anything else I need to do?
As a side note, I cannot correctly configure the syntax highlighting for the Javascript source files. Some things work fine, but others (like local variables) refuse to use the color I chose. All these mistakes?
NOTE I am using the Darkest Dark eclipse theme. I don't know if this affects auto-completion (but it looks like it will be for high-light syntax).
eclipse eclipse-oxygen jsdt eclipse-jsdt
RTF
source share