Home  >  Article  >  Backend Development  >  sublime-text - Is there a spell check plugin for SublimeText3 for PHP code?

sublime-text - Is there a spell check plugin for SublimeText3 for PHP code?

WBOY
WBOYOriginal
2016-12-01 00:56:282656browse

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?

Reply content:

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn