micha8l Posted January 23, 2011 Share Posted January 23, 2011 When coding I sometimes forget about coding standards, both in syntax and action. For example, I'll often forget to use upper camel casing for class names - stupid things like this waste a lot of my time. So I was wondering if there's some type of program that'll analyse what I type in real time and check my code not only for errors, but alert me off syntax and such? Quote Link to comment https://forums.phpfreaks.com/topic/225411-real-time-code-analyzer-for-standard-compliant-php/ Share on other sites More sharing options...
trq Posted January 23, 2011 Share Posted January 23, 2011 PHP Code Sniffer will check for standards, not syntax. You can use php's cli to check for syntax errors. Quote Link to comment https://forums.phpfreaks.com/topic/225411-real-time-code-analyzer-for-standard-compliant-php/#findComment-1164161 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.