ReSharper-like addon for NetBeans

4.1k Views Asked by At

is there any ReSharper-like addon for NetBeans (preferably 6.8)? I'm using NetBeans for PHP.

I need following features:

  • add some kind of code analysis
  • add some intelligent refactoring interface
  • enhance current code completion system
  • add more options to code highlighting

Currently I'm using multiple external tools, which aren't exactly user-friendly and I'd like to, preferably, have it all in one tool. Perhaps some other PHP IDE have something like this.

EDIT: Bit more details in my answer to Jani Hartikainen.

3

There are 3 best solutions below

1
On BEST ANSWER

If you like Resharper that you just should try new PHP IDE from same developers! Refactoring, static code analysis, smart completion - JetBrains WebIDE

3
On

You can run PHP_CodeSniffer with this netbeans plugin. Perhaps this will add some analysis you're missing - however perhaps you should be more specific about what kind of analysis you want?

I assume you are aware of the refactoring tools builtin to NetBeans? As far as I know, they are some of the most advanced IDE-integrated ones for PHP right now.

You should also describe what kind of enhancements you'd like for the code completion. NetBeans has very good completion builtin, including support for displaying PHPDoc and code templates for quick inserting of, for example, a ready for loop.

I'm afraid no IDE supports changing highlighting very dramatically. Perhaps you should also explain this better? Why would you change it and how?

0
On

I agree with Alexey Gopachenko; PhpStorm has probably all of those features for Php. He works on the software and I'm a heavy user of the early access program version.