Most of the time when you are navigating and reading a code-base, you need to jump between required/imported (whatever jargon your programming language uses) files. The “Go to Definition” functionality of Sublime falls short for most languages since jumping between these required files needs some knowledge about how the language or package manager of the […]
Tag Archives: sublimetext
ES6 ES2015 and React snippets for Sublime Text
babel-sublime-snippets contains a set of shorthands for Sublime Text to working more easily with ES2015 and React. With it, for example, you can just type cdup followed by a TAB and you’ll end up with componentDidUpdate(prevProps, prevState) {…}. Find it as Babel Snippets through Package Control. babel-sublime-snippets →
Sublime Text 3 for PHP Developers
I admit, I’m a Sublime Text user. Why? Because it’s an IDE that plays nice for a lot of languages. Using Sublime Text I can let my students – from the first year up until the third – write SQL statements, HTML, JS, PHP, etc. in it all without needing to learn to work a […]
Sublime Text Git Plugin
Stage, Commit, Diff, Stash, etc. without ever leaving Sublime Text. Sublime Text Git Plugin →
Ionic Snippets
A sublime plugin complete with ionic framework snippets Ionic Snippets – Sublime Plugin →
TypeFileOut Sublime Text Plugin
A tiny Sublime Text 2 plugin to “type out” a file as though you were typing it live, but without actually having to do so. Useful for screencasts. Pretending to type like a Hollywood hacker in Sublime Text 2 →
Automating Front-end Workflow
Writing a modern web app these days can sometimes feel like a tedious process; frameworks, boilerplates, abstractions, dependency management, build processes..the list of requirements for a front-end workflow appears to grow each year. What if however, you could automate a lot of this? Extensive set of slides by Addy Osmani. Solid gold for those wanting […]
Package Control
The Sublime Text package manager that makes it exceedingly simple to find, install and keep packages up-to-date Think of it as the packagist (from PHP) for discovering and finding Sublime Text Packages. Package Control →
SublimeStringEncode
Converts characters from one “encoding” to another using a transformation (think HTML entities, not character encodings) Handy! Installable via Sublime Package Control SublimeStringEncode →
Sublime Text Live CSS Colors
This plugin underlays the hexadecimal, rgb or named CSS color codes with their real color. The foreground color is selected oppositely. Alpha. Might destroy the world. LiveCSS → (via @matdemy)