Bug 567337 - Auto-Completion does not work since Eclipse 2020.09 (4.17.0)
Summary: Auto-Completion does not work since Eclipse 2020.09 (4.17.0)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.17   Edit
Hardware: PC Windows 10
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2020-09-25 02:16 EDT by Sylvain Cuenca CLA
Modified: 2020-09-25 04:47 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Cuenca CLA 2020-09-25 02:16:07 EDT
Since Eclipse 2020.09 (4.17.0), the auto-completion does not work for Java 11 projects.
Comment 1 Sylvain Cuenca CLA 2020-09-25 02:23:57 EDT
Selected main proposal kinds contained in the default content assist list:
- API Tools Proposals
- Chain Template Proposals
- Java Proposals
- ...

Selected min proposal kinds tha are cycled through when repeately invoking content assist:
- Template Proposals
- Java Non-Type Proposals
- Java Type Proposals
- Word Proposals
- Java Proposals
- Chain Template Proposals
- ...
- Java Proposals (Task-focused)

The auto-Activation for content assist is enable.
Comment 2 Sylvain Cuenca CLA 2020-09-25 04:47:25 EDT
It concerns only auto-completion for annotation on class, method, type and method parameters.