Top "Sublime-text-plugin" questions

Sublime Text is a multi-language, multi-platform code editor with a Python-based plugin API.

Comparing the contents of two files in Sublime Text

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-plugin
Eslint: How to disable "unexpected console statement" in Node.js?

I'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 eslint
Sublime Text - JSON formatter shortcut

I'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-plugin
How to integrate Sublime Text with GitHub?

I 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-plugin
How to show invisible line endings in Sublime Text 3?

I would like to display invisible line endings in Sublime Text 3, as for example in Notepad++. How can we do …

sublimetext3 sublimetext sublime-text-plugin
Run Python Debugger (pdb) in Sublime Text 3

How 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 sublimerepl
Fatal: could not read username for 'https //github.com' device not configured

I am trying to push code to github with SublimeGit plugin, but something weird occurs to me. Pushing to https://…

git sublimetext3 sublime-text-plugin
How to align texts in Sublime Text 3?

I 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-plugin
Sublime Text autocomplete plugin for C++?

I'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-plugin
Which is the best PHP beautifier extension for Sublime Text?

I 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