Home > Article > Backend Development > sublime-text - Is there a spell check plugin for SublimeText3 for PHP code?
When using sublimeText, we often encounter situations where one quotation mark or semicolon is missing, or the variable name is undefined when copying a code block. It always takes some time to troubleshoot. Do you have any good recommendations?
When using sublimeText, we often encounter situations where one quotation mark or semicolon is missing, or the variable name is undefined when copying a code block. It always takes some time to troubleshoot. Do you have any good recommendations?
The tool you need is called linter, you can search for plug-ins like php-linter yourself