Sublime Text is a multi-language, multi-platform code editor with a Python-based plugin API.
I have two cloned repositories of two very similar open-source projects, which I have been working on in different instances …
compare sublimetext2 diff sublimetext sublime-text-pluginI'm using eslint with Sublime Text 3 and I am writing gulpfile.js. /*eslint-env node*/ var gulp = require('gulp'); gulp.task(…
javascript node.js sublimetext3 sublime-text-plugin eslintI'm using SublimeText2. How to reindent Json code with a shortcut? I've already installed packageControl and it works. I already …
json sublimetext2 indentation sublime-text-pluginI thought it would be perfect if ST would have a plugin for syncing repo with the one on GitHub …
git github sublimetext sublimetext3 sublime-text-pluginI would like to display invisible line endings in Sublime Text 3, as for example in Notepad++. How can we do …
sublimetext3 sublimetext sublime-text-pluginHow can you set python debugger (pdb) breakpoints in Sublime Text 3? Both SublimeREPL or Python Breakpoints fail with default python …
python sublimetext3 breakpoints sublime-text-plugin sublimereplI am trying to push code to github with SublimeGit plugin, but something weird occurs to me. Pushing to https://…
git sublimetext3 sublime-text-pluginI use Sublime Text 3 Plug-in called AlignTab to align my code like this: Version : 1.4.1 Author : Ken Wheeler Website : http://kenwheeler.…
sublimetext sublimetext3 sublime-text-pluginI'm trying to have the autocomplete feature on Sublime Text by using c++ libraries. I use very often EIGEN for …
c++ autocomplete sublimetext sublime-text-pluginI have been working in Sublime Text for the last three months. I've found the extensions HTML Beautifier, JS and …
php sublimetext2 sublimetext sublime-text-plugin