Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
When I review JavaScript files in various text editors (Visual Studio Code, Greasemonkey/Tampermonkey) I sometimes get notified about syntax errors. I never encountered this behavior with PHP file...
Question
php
#3: Post edited
When I review JavaScript files in various text editors (Visual Studio Code, Greasemonkey/Tampermonkey) I sometimes get notified about syntax errors- I never encountered this behavior with PHP files even if I installed, say, a PHP debugging extension in Visual Studio Code.
- Is the concept of a PHP lint feasible?
- When I review JavaScript files in various text editors (Visual Studio Code, Greasemonkey/Tampermonkey) I sometimes get notified about syntax errors.
- I never encountered this behavior with PHP files even if I installed, say, a PHP debugging extension in Visual Studio Code.
- Is the concept of a PHP lint feasible?
#2: Post edited
Is it possible to debug syntax errors in PHP in a "lint" way similar to what's being done with JavaScript files (in almost any editor I edit JavaScript with)?If not, why is not possible?
- When I review JavaScript files in various text editors (Visual Studio Code, Greasemonkey/Tampermonkey) I sometimes get notified about syntax errors
- I never encountered this behavior with PHP files even if I installed, say, a PHP debugging extension in Visual Studio Code.
- Is the concept of a PHP lint feasible?