9

I have installed Netbeans 8.1 and Xampp for Windows with PHP 5.6.

Netbeans 8.1 has the CodeSniffer installed by default. Xampp too (pear). And Netbeans detects the "standars":

CodeSniffer in Netbeans 8.1

But now, I don't know how to run CodeSniffer in my php files. There is no button, neither a menu.

How can I run it? In other versions of Netbeans there was an "Eye button" to run it.

Misa Lazovic
  • 2,805
  • 10
  • 32
  • 38
JoniJnm
  • 720
  • 2
  • 10
  • 19
  • have you googled something? show some effort, its then much easier for us to help – Lino Dec 01 '15 at 11:56
  • 2
    Yes, but all guides use a custom plugin for netbeans. Since version 8 the plugin is native. An example with netbeans 7: http://subharanjan.com/integrate-php-codesniffer-netbeans-ide-steps/. I don't know where is the "Eye button" in the latest image – JoniJnm Dec 01 '15 at 12:03
  • As I see in your image you're in the options, try to go back to the IDE and search again, maybe there's and *action*-Tab or something – Lino Dec 01 '15 at 12:15

1 Answers1

12

The "button" is in the menu Source > Inspect...

http://forums.netbeans.org/viewtopic.php?t=64901

JoniJnm
  • 720
  • 2
  • 10
  • 19