ReSharper-like addon for NetBeans

Is there a ReSharper -like addon for NetBeans (preferably 6.8)? I am using NetBeans for PHP.

I need the following functions:

  • add some kind of code analysis
  • add some smart refactoring interface
  • upgrade current code completion system
  • add additional options for highlighting code

Currently, I am using several external tools that are not very user friendly, and I would like to have all this in one tool, preferably. Perhaps some other PHP IDEs have something like this.

EDIT: Beat in more detail in my answer to Jani Hartikainen.

+4
source share
3 answers

If you like Resharper, you just need to try the new PHP IDE from the same developers! Refactoring, Static Code Analysis, Intelligent Termination - JetBrains WebIDE

+6
source

You can run PHP_CodeSniffer with this netbeans plugin . Perhaps this will add some analysis that you are missing - but perhaps you should be more specific as to which analysis you want?

Suppose you know the refactoring tools built into NetBeans? As far as I know, they are one of the most modern integrated into the IDE for PHP right now.

You should also indicate what improvements you would like to get to complete the code. NetBeans has a very good ending, including support for displaying PHPDoc and code templates for quick insertion, such as a finished loop.

I am afraid that the IDE does not support changing the backlight very sharply. Perhaps you should explain this better? Why did you change it and how?

+1
source

I agree with Alexei Gopachenko; PhpStorm probably has all of these features for Php. He works on software, and I am a heavy user of an earlier version of the access program.

+1
source

All Articles