Writing a simple Sublime Text plugin.
by Slavko Pesic, Web Developer
For the most part I like to keep my code editors as light and vanilla as possible. Some of the basic features that I like to see in my editor include auto indentation, syntax highlighting and ability to search across the project. Anything that will help debugging my codebase is a plus. Sublime Text offers all of these features out of the box and much more with the addition of community contributed plugins. One of the neat Sublime Text features is that it provides you with a list of commands which you can extend (or write your own) and assign them to different key binds. Read More…