Opened 5 years ago
Last modified 4 years ago
#724 assigned Feature Requests
Support for ezComponents and/or other PHP-frameworks
| Reported by: | apas | Owned by: | incastrix |
|---|---|---|---|
| Priority: | 1 | Milestone: | 1.3.0 |
| Component: | PHP Editor | Version: | 1.2.x |
| Keywords: | Frameworks | Cc: |
Description
Hi,
I would like to see support for ezComponents (or maybe other frameworks, also I am not using them) with autocompletion and so on.
May be this could be implemented in some future version of phpEclipse...
Greetings
Apas
Change History (4)
comment:1 Changed 5 years ago by schnoodles
comment:2 Changed 5 years ago by ed_mann
- Milestone set to 1.3.0
comment:3 Changed 4 years ago by incastrix
- Version set to 1.2.x
comment:4 Changed 4 years ago by incastrix
- Owner set to incastrix
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)
I think someone from the channel also bought this up, and what we could do here and just create some form of stub loader.
Other IDE's (i think even PDT) does this buy having a single file at the base, with all the class declaration in it like
<?php
class A { }
class B { }
?>
And that is it, maybe we could look at this and do a nicer way to do it. Maybe not project related with files but phpeclipse related through the dialog :)