sublimetext3 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

6

Solved

Note: I´ve searched for sublime here at the forum first, in order to post a question, because I wasn´t sure if this question was adequate for this specific forum and wanted to compare it with other...
Detective asked 9/11, 2013 at 13:48

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

1

I changed my editor from Sublime to VS Code. I installed several Extensions like PHP IntelliSense , PHP Intelephense. But Auto completion won't complete parameters in a bracket of a function. N...
Cathryncathy asked 27/4, 2020 at 11:40

14

Solved

Today when I tried to run simple code on Sublime Text 3, the following message appeared: Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=...
Fusibility asked 7/11, 2019 at 18:22

3

Solved

Essentially I would like for my headings to look like this: How could I accomplish this in markdown syntax? I prefer sublime text but would be happy if I can make this happen in Sublime Text 3, ...
Intine asked 7/4, 2019 at 14:10

4

I've just installed Anaconda by using Package Control; and, after installing it, the terminal show me this message: anacondaST3: ERROR - Anaconda worker could not start because: connection to loca...
Centrality asked 23/10, 2020 at 17:52

11

Solved

I've edited the file Preferences > Key Bindings User, and added this: [ { "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } }, { "keys": ["ctrl+shift+/"], "command": "t...
Imbibe asked 26/5, 2015 at 13:7

15

Solved

I've installed webdrivermanager on my windows-10 system C:\Users\username>pip install webdrivermanager Requirement already satisfied: webdrivermanager in c:\python\lib\site-packages (0.8.0) Requ...
Whitleather asked 14/8, 2020 at 23:21

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

11

Solved

I'm trying to open a directory in sublime Text 3. I can launch sublime from the command line using the subl command. The help text show the following: Sublime Text build 3059 Usage: subl [argum...
Atonsah asked 16/10, 2014 at 10:47

4

Solved

I am navigating the code of a big JavaScript library using Sublime Text 3. So I need to open a lot of tabs and switch between them to capture the code co-reference. However, Sublime closes 'unused'...
Attractant asked 3/12, 2014 at 2:24

11

I'm trying to install the babel plugin for Sublime Text 3. I followed the instruction here: https://packagecontrol.io/installation I restarted Sublime Text and when I hit ctrl + shift + p and type ...
Teasel asked 9/10, 2017 at 17:18

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

8

internal error in mingw32_gt_pch_use_address, at config/i386/host-mingw32.c:190: MapViewOfFileEx: Attempt to access invalid address. I get this error while compiling a c++ program in sublime-text...
Sussi asked 20/5, 2020 at 14:45

4

Solved

It happens many times when we need to remove a line end and unnecessary space between an HTML element. So this could be proven as a time-saving technique.
Unbeaten asked 1/6, 2016 at 12:48

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

10

Solved

I'm on a Mac. I have 7 columns in Sublime Text 3, each 300 lines each. If possible, I would like to select only the 4th column using a single keyboard shortcut. Unsuitable options ctrl + shift ...
Curry asked 1/8, 2014 at 17:19

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

3

Solved

Copying this piece of code from sublime : # Texts Texts Texts Texts Texts Texts for i in range(10): #Idented Texxt print i results in below, with the line tab in jupyter-notebook. Now if i w...
Kelp asked 7/8, 2018 at 9:11

© 2022 - 2025 — McMap. All rights reserved.