Questions tagged as 'sublimetext3'

1
answer

Duplicate snippets Sublime text 3

I have installed some packages in sublime text 3, packages like: latextools, latexing, latex-plus ... among others. Each of the packages has an advantage, but I have the following problem: more than one snippet is repeated. For example:...
asked by 09.06.2016 / 00:56
2
answers

How to put 2 spaces in sublime text 3?

Hello I want that instead of the 4 spaces that sublime text 3 makes me in the indentation when doing tab are only two spaces How can I do this?     
asked by 22.04.2016 / 00:33
1
answer

compile in sublimeText 3 python code activating a cmd window

Maybe my question is not the most accurate but good to explain create a new build system { "cmd": ["start", "cmd", "/k", "C:/Users/Jsociety/AppData/Local/Programs/Python/Python36/python.exe", "$file"], "selector": "source.python", "shell": tru...
asked by 08.02.2018 / 07:15
2
answers

How to give an understandable format or ID to a css and / or js file?

I do not know if it belongs, but if someone can help me, I would really appreciate it. I'm trying to edit some codes css and javascript , but when I open these files they do not have an understandable format. This shows me in...
asked by 10.04.2018 / 17:15
0
answers

Help with RegEx in SublimeText 3 | sublime-syntax

1) To highlight a string, I use: - match: (") push: - meta_scope: string.quoted.double.ahk - match: (")(?!")|^ pop: true - match: \. scope: constant.character.escape.ahk With this I high...
asked by 22.04.2018 / 20:03
2
answers

How can I remove those annoying rectangles that wrap my code

I am starting to program in python using sublime text 3, I think that when installing anaconda here in sublime that kind of rectangles started to appear that bothered me when I saw the code. Can you tell me how to eliminate them please?  ...
asked by 20.05.2018 / 01:42
2
answers

How to install C # in SublimeText?

The problem is that now I want to program on this technology, but I do not want to download even the visual studio because it consumes resources and is quite heavy, so I want to start in a simple but effective way in sublime text and I would lik...
asked by 14.09.2016 / 21:30
1
answer

How to use python3 by default in mac?

I'm starting to use python on mac and I have a problem that I can not solve. I have installed the latest version of python 3.6.4 in macOS High Sierra. In sublime text I have installed the sublimeREPL package, with which I use the option: "...
asked by 17.03.2018 / 21:15
1
answer

TAB key in sublimetext [closed]

I am editing code using sublime text 3 and it bothers me that when I press the TAB key I change the word without allowing me to select between a list of suggestions (combobox) or that I skip a line, Either option seems more comfortable to me...
asked by 17.02.2017 / 21:03
1
answer

Edit LaTeX snippets in Sublime Text 3

In the following snippet of the package LaTeX (Sublime Text 3) every time I enter a espacio , * , ? or . in the part of : label{sec:*********} y % section ********* (end) substitutes the characters...
asked by 12.06.2016 / 08:15