PHP Application Development |
Useful PHP development plugins for Sublime Text
1. Some of the useful PHP development plugins for Sublime Text are discussed below:
• SublimeLinter-php –Packages- Package Control
• Sublime Allaqutocomplete- Standard package- Extends the default autocomplete to find matches in all open files.
• PHP Syntax Checker
• PHPUnit Sublime Completions- Adds autocomplete functionality for PHPUnit assertions.
• Sublime CodeIntel- Full-featured code intelligence and smart autocomplete engine.
2. You can follow these steps:
Sublime Text > Tools > Build System > New Build System.
This would create a untitled sublime-build. Replace its original content with this code:
{
“cmd” : [“php”, “$file”],
“file_regex” : “php$” ,
“selector” : “source.php”
}
• Save this file as “php.sublime-build” and done.
• Enable php build system from Tools > Build System > PHP.
• Now whenever you want to test the script, just press Ctrl+B or Tools > Build.
Consider the above points for PHP development plugins for Sublime Text and consult our expert team member at Laitkor for further assistance.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.