php-ide Questions
6
Solved
Just curious if there's a way in netbeans to give type hints for regular variables, so that intellisense picks it up. I know you can do it for class properties, function parameters, return types, e...
10
Solved
I have a clean Eclipse Java SDK. I would like to make it suitable for developing PHP applications. So I need a PHP IDE plugin (or something like that). How could I install it from the Eclipse envir...
Littrell asked 7/3, 2010 at 21:8
1
Solved
How to stop this inspection:
"Member has protected access, but class has magic method __get"?
I searched everywhere but can not find the option to disable this inspection.
I really do not ...
Complicate asked 24/6, 2016 at 1:18
3
Solved
Most PHP IDEs rely on phpdoc to get hints about the type of an expression. Yet, I use frequently this pattern, which doesn't seem to be covered:
class Control {
private $label = '';
/** @return...
Tetrad asked 2/5, 2011 at 13:56
16
Solved
I've programmed for six years, and in that time, I've never used a PHP IDE. I feel perfectly fine using Vim, the Linux shell, MySQL command line and Subversion command line for my web applica...
Bea asked 29/1, 2010 at 18:35
1
© 2022 - 2024 — McMap. All rights reserved.