Autocomplete does not work with Eclipse Oxygen Javascript project

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).

+8
eclipse eclipse-oxygen jsdt eclipse-jsdt
source share

No one has answered this question yet.

See related questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
1248
How can you speed up Eclipse?
1158
"Override superclass method" Errors after importing a project into Eclipse
704
How to show line numbers in Eclipse?
695
Is there a Find in Project ... feature in the Eclipse IDE?
174
Search for all files in a project containing the text "querystring" in Eclipse
3
no JavaScript autocomplete in PyDev Eclipse project
2
Eclipse JSDT autocomplete not working
0
Eclipse PDT Oxygen - cannot mark as source folder
0
Eclipse: why CSS syntax highlighting doesn't work sequentially?

All Articles