sublimetext Questions

3

Solved

When I type in the Sublime Repl console (Python) and hit return to run the command I am getting super annoying autocomplete taking over and changing the command. How do I turn this off in the Subl...
Jessiajessica asked 5/6, 2014 at 15:26

8

I use DBeaver for my main IDE to query multiple databases. When I query a table, it automatically generates a long select statement with all columns in one line. When I am making more complex que...
Pied asked 26/9, 2017 at 14:29

5

Solved

Short of writing my own plugin to do so, does there exist a mechanism with which I can add/subtract from multiple selected numbers? I need to apply the same equation (in this case, subtract 5) to ...
Senior asked 12/4, 2013 at 2:30

8

Solved

For some reason I'm unable to type accented characters like á å, ä in Sublime Text 3. Instead I only get the following output ´a °a, ¨a. The hat symbols get typed when I press their key instead of ...
Minnesinger asked 30/12, 2014 at 10:43

7

Solved

How do I completely disable the Sublime Text 3 snippets feature without disabling autocompletion? Having the editor "help" me with crappy pre-typed code blocks just slows me down. I'd prefer it jus...
Cello asked 17/1, 2015 at 3:44

9

Solved

I'm trying to replace uppercase letters with corresponding lowercase letters using regex. So that EarTH: 1, MerCury: 0.2408467, venuS: 0.61519726, becomes earth: 1, mercury: 0.2408467, venus: 0...
Yuriyuria asked 23/12, 2013 at 10:56

4

Why Atom can't soft-wrap code like sublime text? I want full screen code but soft-wrap. that means the end of line and close minimap cut line. How i can do that in atom?
Sphene asked 17/2, 2016 at 10:51

6

Solved

I want to view the same file side-by-side. How do I open up two (or more) tabs for a single file?
Rumpf asked 24/2, 2014 at 15:42

4

Solved

I have many similar files where I want to be able to edit them all at once. Like with multiple cursors on one file but with single cursors on a couple of files. How can I do this?
Substitutive asked 9/9, 2014 at 8:21

6

In Sublime Text 2, is it possible to instantly select every other (or odd/even) line and place multiple cursors on those lines? Thanks.
Lamont asked 24/3, 2013 at 12:42

4

Solved

I want a custom layout for my ST3 - specifically, I want this layout structure. Can someone tell me how can I do it ?
Carrolcarroll asked 22/11, 2017 at 17:58

2

Solved

I use multiple windows of Sublime Text at once and would like to set each one to a different color theme. By default, changing the 'color preferences' changes them for all open windows. Note it is...
Triplicity asked 10/10, 2014 at 20:53

2

Solved

I'm running i3 window manager on linux and my sublime text was just updated to version 4. Now there is a (rather obnoxiously large) title bar above the menu which shows the current file path that I...
Porism asked 24/5, 2021 at 14:58

15

Solved

I have a problem with eslint, it gives me [Parsing Error The keyword import is reserve] this is only occur in sublime, in atom editor work well. I have eslint .eslintrc.js module.exports = { "ex...
Piazza asked 15/3, 2016 at 3:33

2

Solved

In Sublime text, by selecting multiple lines, or Ctrl+clicking multiple lines, I can edit all of them at the same time. What I would like, is that the numbers in those rows would be different; incr...
Spiller asked 3/9, 2015 at 12:59

4

Solved

I wanted to use gcc, g++ and make from Sublime Text to be able to compile C and C++ code to Linux runnables on Windows. I couldn't run bash.exe from Sublime Text, as many other users on Stack Overf...
Cavorilievo asked 6/11, 2016 at 23:18

4

Having trouble finding a way to do this, maybe it is not even possible? In my case, for testing flow of if-statements/user-interaction, am temporarily adding 40 lines of console.log('trigger-fired...

8

Solved

I have a very long and very nested HTML document, where I need to quickly find the closing tag. How can I do this?
Foreshorten asked 11/2, 2013 at 14:33

3

Solved

Package Control is not loading in Sublime Text 3 running on MacOS, Catalina 10.15.6. None of the Package Control commands are shown in the Command Palette. I have checked that Package Control was n...
Luna asked 8/12, 2020 at 15:58

9

Solved

I am trying to install https://github.com/alek-sys/sublimetext_indentxml in sublime text 3. I read In Sublime Text 3 - clone project from Github into Packages folder. Doesn't seem to work. I...
Reiser asked 2/9, 2013 at 6:23

4

I'm trying to inline-bind my functions using this kind of syntax: onChange = () => { } However, my sublime editor isn't correctly highlighting it: I'm using the Babel package for sublime ...
Stepaniestepbrother asked 25/9, 2018 at 17:50

5

Solved

I am using Sublime Text 2 for Mac. I have installed the Package Control for Sublime Text 2, following the instructions from https://sublime.wbond.net/installation#st2 without any trouble. However, ...
Herbal asked 30/1, 2014 at 7:18

3

Solved

I want to edit a single file, but split it horizontally so I can edit two parts of the document (similar to MS Word). Under view>layout>rows, it shows a file horizontally. However- it only al...
Ambassadress asked 20/10, 2016 at 2:56

18

Solved

I have a problem setting Sublime Text 2 as the core.editor with git. I've read through every post I could find addressing the problem, but still nothing is working for me. I am running Windows. I...
Boride asked 21/1, 2012 at 6:52

6

Solved

Are there any command/shortcut to auto-indent all my code on the page at once on Sublime Text 3? e.g: On NetBeans I can do this with Alt+Shift+F.
Epley asked 28/6, 2017 at 13:13

© 2022 - 2025 — McMap. All rights reserved.