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, etc. but I can't figure out how to do it for regular…
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 environment?
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 ??? */
public static function Make(){…
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 application development. When I'm asked to work on other people's…
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 want the properties remain marked with a different color…
I tried to run composer install on a project and received this error:
Problem 1
- This package requires php ^7.0.0 but your PHP version (5.5.12) does not satisfy that requirement.
So I've installed downloaded the PHP 7 zip from php.net then…
I installed the Intellij Idea 15 IDE, and then tried to install php support for it. For that, I installed the following plugin. The IDE now shows the following error after launch.
Plugin Error Problems found loading plugins: Plugin "PHP" was not
…
In PhpStorm 2017.1 version, I get the error - "undefined namespace Phalcon. Referenced namespace is not found". So I tried to include the Phalcon devtools. I included them and the 'External Liabraries' of the project Explorer found the name -…
Im not so familiar in eclipse and new of it.
This is the error log file
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xffffffffa5795120, pid=4680, tid=0x00000000000009f8
JRE…
Normally on notepad there are some icons which allow us to combine multiple lines of code to end up having only one line.
I am using PhpStorm 10.0.1, is there any way for me to get this option.
Kindly help me solve this problem
Is there any PHP IDE that follow all the rules of PSR 0 to PSR 3 standards as their code formatting standard?
I know all IDEs follow particular code formatting standard but not sure if any are exactly/mostly follow PSR 0 to PSR 3 standards.
Kindly…
I am looking for a guidline for step by step configuration Eclipse with PHPcloud. phpcloud have got a quick start guideline covering zend studio, Netbeans and PHP storm.
I am using Eclipse for PHP Developers , Version: 3.0.2
PHPcould:…
I am working on partially encrypted software (encrypted with ionCube). If I use my PHPed dbg debugger along with this, Apache crashes many a times, may be because both the ionCube and PhpED database uses zend_extension.
Is there a PHP debugger which…