is there a plugin for notepad++ that allows for files to be run through a compiler for simple syntax checking? such as to catch missing ; or or non-matching brace counts, etc.?
2 Answers
I don't think so. Use Netbeans PHP. It's great. I haven't looked back since I switched to it
3 Comments
Dexter
Netbeans is nice, and I use it for java, but it takes forever to startup, and with php I usually edit multiple files sid-by-side in in npp.
Adam Lynch
Well if you get Netbeans PHP (not the full Netbeans including the PHP package) it's a lot faster but will never be as fast as n++. But what do you expect? You can't have live compiling/error reporting without compromising some speed/fluency. I think it's worth it
marcin_koss
Interesting. I find Netbeans with PHP package blazing fast for file editing. Working with projects depending on size slows down things a bit. It has some cool code selecting features notepad++ does not have like ctrl+. on a string will start selecting section of code outward - very useful