Sublime Text 3, convert spaces to tabs
I know there are a lot of posts about this, but I couldn´t get it to work. I use tabs for coding. Is … Read more
I know there are a lot of posts about this, but I couldn´t get it to work. I use tabs for coding. Is … Read more
Today when I tried to run a simple code on Sublime Text 3, the following message appeared: Python was not found but can … Read more
When I have 2 columns set in a Sublime Text window, can I display the same file in both columns? 9 Answers 9
You can have 80-characters / right margin line in Netbeans, Text Mate and probably many, many more other IDEs. Is it possible to … Read more
Is there a way to search for a string in all files inside a project in Sublime Text 3? The string is not … Read more
I’m using eslint with Sublime Text 3 and I am writing gulpfile.js. /*eslint-env node*/ var gulp = require(‘gulp’); gulp.task(‘default’, function(){ console.log(‘default task’); }); … Read more
In Terminal when I use .subl It returns -bash: .subl: command not found Anyone know how to open Sublime Text 3 from the … Read more
How can I replace \n in Sublime Text with real in-editor displayed new line so: foo\nbar becomes: foo bar in the editor when … Read more