How to change theme colour in Sublime Text 3
I’d recommend using PackageResourceViewer to open the file. You could make your modifications there, and it would save in the proper location to override the built in files. However, I would recommend copying the contents of the file and creating a custom version in your User folder. That way, you can easily move it around […]
My Sublime Text 3 PHP development set-up
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 […]