Bug 444479 - jar-type content-assist service
Summary: jar-type content-assist service
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Flux (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 09:41 EDT by Martin Lippert CLA
Modified: 2019-02-21 15:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Lippert CLA 2014-09-18 09:41:09 EDT
For the Spring Tool Suite we implemented the so called "jar-type content-assist" which is able to show types that belong to JARs that are not imported yet. While this is implemented for STS for Spring Boot projects and uses an index of those JAR files, this could be directly implemented as a service for Flux.

This could serve as a proof-point for doing:
- combine different content-assist services together
- execute code that modifies multiple files on content-assist execution (requires changes in Orion)