I installed Sublime Text 2 recently, and I'm still adapting. I've already installed the Package Control and the most of PHP extensions. I wish a one that would underline the syntaxes errors, like Netbeans does. Is there a package that can do this?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Use SublimeLinter (it checks PHP syntax using
php -l
).