eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
164 stars 130 forks source link

[23] Code completion for module imports #2823

Closed stephan-herrmann closed 2 months ago

stephan-herrmann commented 2 months ago

After typing import module accessible modules should be proposed on Ctrl+space.

Options:

stephan-herrmann commented 2 months ago

See https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2383

stephan-herrmann commented 2 months ago

Or should we combine the above, just prioritizing those that are already in scope?

2825 does a mix of:

Additionally the modifiers static and module will be proposed after import (obviously, static was an omission from former times).

stephan-herrmann commented 2 months ago

Completion after already typing a partial module name appends instead of replacing.