Questions tagged [php-ide]

IDE for php language

Integrated development editor specifically for PHP language

21 questions
91
votes
6 answers

Variable type hinting in Netbeans (PHP)

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…
rr.
  • 6,484
  • 9
  • 40
  • 48
34
votes
10 answers

How to install a PHP IDE plugin for Eclipse directly from the Eclipse environment?

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?
Kirzilla
  • 16,368
  • 26
  • 84
  • 129
20
votes
3 answers

PHPDoc and late (static or dynamic) binding

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(){…
linepogl
  • 9,147
  • 4
  • 34
  • 45
9
votes
16 answers

Do you use a PHP IDE?

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…
John
  • 32,403
  • 80
  • 251
  • 422
7
votes
1 answer

How to stop this inspection: "Member has protected access, but class has magic method __get"?

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…
Rodrigo Vieira
  • 312
  • 1
  • 4
  • 19
3
votes
1 answer

PhpStorm project still using PHP5 even though I installed PHP7 and added it as an interpreter

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…
2
votes
1 answer

PHP Plugin for Intellij IDEA 15 not loading

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 …
Muhammad Ali
  • 712
  • 7
  • 14
1
vote
1 answer

How to let the editor know about dynamic properties?

The properties are loaded dynamically in CodeIgniter. How to let the editor know it should be allowed?
Jam
  • 386
  • 2
  • 13
1
vote
1 answer

PhpStorm 2017.1 shows ' undefined namespace Phalcon'

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 -…
Istiaque Ahmed
  • 6,072
  • 24
  • 75
  • 141
1
vote
0 answers

Eclipse (php) always crashes EXCEPTION_ACCESS_VIOLATION

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…
1
vote
1 answer

PhpStorm : Combine multiple lines by using icons

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
Lei Lionel
  • 1,263
  • 13
  • 20
1
vote
0 answers

PhpStorm- differences: "Terminal" and "Run Command"

I use PhpStorm. What is the differences between "Terminal"(Alt+F12) and "Run Command" (tools- run command).
green123
  • 75
  • 2
  • 7
1
vote
1 answer

Any PHP IDE follow PSR standards?

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…
Beniston
  • 542
  • 1
  • 8
  • 17
1
vote
0 answers

How to configure Eclipse for Phpcloud

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:…
Haver
  • 443
  • 2
  • 11
0
votes
1 answer

Debugging partially encrypted software PHP

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…
shikhar
  • 2,431
  • 2
  • 19
  • 29
1
2