Bug 496997 - Support for substring matches in type member CA
Summary: Support for substring matches in type member CA
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact: Sylvia Tancheva CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-29 07:50 EDT by Michal Niewrzal CLA
Modified: 2020-05-14 10:17 EDT (History)
0 users

See Also:


Attachments
how it looks in JDT (23.67 KB, image/png)
2016-06-29 07:50 EDT, Michal Niewrzal CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Niewrzal CLA 2016-06-29 07:50:38 EDT
Created attachment 262777 [details]
how it looks in JDT

I think we can try use prefix as a wildcard in CA search (MatchRule.PATTERN). Such search will be probably slow so the best place to add this experimental feature is CA for type members. 


$var = new DateTime();
$var->gt|

will propose:

getTimezone()
getTimestamp()
Comment 1 Eclipse Genie CLA 2016-07-02 07:32:26 EDT
New Gerrit change created: https://git.eclipse.org/r/76465