Based in this post http://wasil.org/sublime-text-3-perfect-php-development-set-up, this my actually setup of sublime 3.
- Package Control (https://sublime.wbond.net)
Thanks to this little piece of software all other plugins are easily installed. - SublimeCodeIntel (https://github.com/SublimeCodeIntel/SublimeCodeIntel)
This is package I use all the time. Its job is to provide hints related to function, object, variable etc. names. It also hints what methods and parameters are available in objects/classes. It’s based on Komodo CodeIntel and sometimes it has some problems working at all. But most of the time it rocks 🙂 - SublimeLinter (https://sublime.wbond.net/packages/SublimeLinter)
This package does full-time job for me — it constantly watches what I write and instantly lets me know if something is not OK, for example I forget semi-colon or brackets.For PHP + JavaScript development I’m using: - SideBarEnhancements (https://sublime.wbond.net/packages/SideBarEnhancements)
Provides great new options when right-clicking on sidebar elements (files/folders). Very convenient. - VCS Gutter (https://sublime.wbond.net/packages/VCS%20Gutter)
Lately I don’t imagine working without this one. Every day I use Git and Mercurial and this plugins gives me real-time information about what was changed (or added/removed) in current file using symbols in left-hand edit window gutter. - SFTP, paid (http://wbond.net/sublime_packages/sftp)
Great package enabling very comfortable use of SFTP, FTP and FTPS. It supports remote folders browsing, editing and synchronization between - BracketHighlighter (https://github.com/facelessuser/BracketHighlighter)
Same situation as with Tag plugin. In my everyday coding ST3 bracket highlighting capabilities of ST3 are good enough. It is still great plugin though. local and remote files. Also regular upload, download pn save or file open. - Sublime Function Name Display (https://github.com/akrabat/SublimeFunctionNameDisplay)
Displays in bottom bar name of a function (or method) in which our cursor is placed. Simple and helpful.
That’s it!