Bug 480062 - Create real API for PDT adopters
Summary: Create real API for PDT adopters
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on: 438098 279755 452480 513900
Blocks:
  Show dependency tree
 
Reported: 2015-10-18 09:21 EDT by Dawid Pakula CLA
Modified: 2020-05-14 10:17 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 Dawid Pakula CLA 2015-10-18 09:21:39 EDT
In theory PDT is highly extendable. Unfortunately from adopter point of view, it's a nightmare.

Adopters are forced to use classes from *.internal package, even in extension definition. For example IQuickAssistProcessor. JSDT have such interface in API space (as the eternal provisional :P).

To encourage community to create usable PDT extensions we have to deliver stable and usable API. Especially in this areas:
1. AST Analysis
2. Type Inference
3. Index access (with cache)
4. Code Assist

This bug should be umbrella for all task related to this idea.