Opened 7 years ago
Last modified 4 years ago
#438 assigned Feature Requests (None)
Support Context assistance when entering functions arguments
| Reported by: | pombredanne | Owned by: | nobody |
|---|---|---|---|
| Priority: | 5 | Milestone: | 1.3.0 |
| Component: | PHP Editor | Version: | 1.2.x |
| Keywords: | assist, code | Cc: |
Description (last modified by ed_mann)
This is a feature that exists in the Java editor, by which a pop-up comes above the line which lists the functions arguments that you are entering, WHILE you are typing them. Today you get that information in a hover while hoerving over a function name only, but you do no get it when typing the functions arguments. The java editor does it.
Change History (5)
comment:1 Changed 7 years ago by rbarreca
comment:2 Changed 7 years ago by zergusvcv
Logged In: YES user_id=1488981 Agreed with both previous opinions and +5 votes more from me an my team. This is very useful and necessary function. And thanks a lot for excellent work!
comment:3 Changed 7 years ago by ts77
Logged In: YES user_id=31828 Yeah, I'm very much interested in this feature too. Thats the only thing keeping me from scraping zend ide, otherwise phpeclipse already outperforms it.
comment:4 Changed 5 years ago by ed_mann
- billable set to 0
- Component changed from editor to PHP Editor
- Description modified (diff)
- Keywords assist, code added
- Milestone set to 1.3.x
- os_platform set to Linux
- Version changed from None to 1.2.0-nightly
comment:5 Changed 4 years ago by incastrix
- os_platform changed from Linux to Any
- Version changed from 1.2.0-nightly to 1.2.x
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)
Logged In: YES user_id=1147469 I was about to add this as a feature request. I keep pressing CTRL+Space after typing "my_function(" and expect to get the info about what argument I'm on, but instead I get variable suggestions. Then I have to move my hand ALL the way over to my mouse, hover over the function name and figure out which argument I'm on....phew! That's a lot of work. ;-) +1 for this.