| Summary: | Suggest __magic functions on [ctrl+space] | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Marcin Kurzyna <marcin> |
| Component: | Language Support: PHP | Assignee: | kdevelop-bugs-null |
| Status: | NEEDSINFO WAITINGFORINFO | ||
| Severity: | wishlist | CC: | aristsakas |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Thank you for the bug report. Unfortunately we were not able to get to it yet. Can we ask you to please check if this is still an issue with KDevelop 25.12.2. |
Version: SVN (using KDE 4.4.2) OS: Linux Installed from: Unlisted Binary Package A feature that could be useful is to have suggests of __magic functions. Use case: <?php class A { public function __[ctrl+space: gives list of __magic functions] () {} } ?> TIA.