I know there are a lot of posts about this, but I couldn´t get it to work. I use tabs for coding. Is there a way, to convert always...
Today when I tried to run a simple code on Sublime Text 3, the following message appeared: Python was not found but can be installed from the Microsoft Store:...
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 have it in Sublime Text 3...
Is there a way to search for a string in all files inside a project in Sublime Text 3? The string is not a method. 5 Answers 5
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'); }); But eslint keeps showing error :...
In Terminal when I use .subl It returns -bash: .subl: command not found Anyone know how to open Sublime Text 3 from the command line in macOS? 32 s...
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 I view the file in it....