12 Best Sublime Text Tips and Tricks
You probably know by now that we are fans of Sublime Text. It might look like a very simple code editor, but it has a lot of hidden features underneat…
You probably know by now that we are fans of Sublime Text. It might look like a very simple code editor, but it has a lot of hidden features underneat…
Sublime Text is one of the most powerful code editors with some amazing features, and it can be even more powerful by installing Plugins or Packages. …
Linter is an indispensable tool in modern web development. It helps us identify errors and promotes best practices while coding. If you’re a Sublime…
Sublime Text is a notably minimalist code editor. It lacks a traditional GUI, with even the settings managed via text. This minimalist approach sharpe…
Even though SublimeText comes with a bunch of great features that help our work as web developers, like any other tool, there will always be a room fo…
In a previous post from our Sass series , we showed you how to compile Sass into regular CSS format using Command Line. However, since not everyone mi…
During development, we often switch back and forth between browsers and code editors to view the results of our code. If you are working in Sublime Te…
If you have been accustomed to a code editor that comes with GUI buttons, Sublime Text being a plain simple code editor with minimal buttons, may frus…
Writing code for hours only to find that it returns errors is one of the most distressing things about a developer’s life. This is made worse when w…
There are a lot of free plugins created by the (awesome!) community to extend the capabilities of Sublime Text beyond just a code editor. In this post…
There are many CSS3 properties that are still experimental. An experimental CSS property uses vendor prefix, and as we already know, each browser has …
As web designers, we often do this: tweak the codes in the code editor, save the file, head over to the browser and refresh it to see the changes. We …