Most voted "sublime-text-3" questions
28 questions
Sort by count of
-
18
votes3
answers66206
viewsIs there a shortcut to indenting the code in Sublime 3?
It is noticeable that in several IDE’s there are some shortcuts to indent the code. For example: Eclipse(Win): Ctrl + Shift + F Android Studio(Win): Ctrl + Alt + L As everyone* knows, I assume,…
-
6
votes1
answer86
viewsIs there a shortcut to go to the last edited line?
In Sublime Text, I’ve already happened to be editing a line of code and have to check a code right above to see what I’m going to implement. Turns out, when I do this, I miss a shortcut so I get…
-
5
votes1
answer6927
viewsHow to change Default Encoding in Sublime Text 3
In my work, we program in PHP mainly and all the code files were made in ASCII, I’m making some inclusions of pages and I often need to open the existing files and add new things. I do this through…
character-encoding utf-8 sublime-text ascii sublime-text-3asked 6 years, 6 months ago LuisFelipe 100 -
4
votes1
answer460
viewsHow to install the Typescript Plugin in Sublime Text 3?
I am trying to install the plugin in Sublime Text 3, and for this I did the steps: I installed the GIT I executed the available commands here at the GIT terminal. I pressed Control+Shift+P to see if…
-
3
votes1
answer266
viewsSublime Text 3 - Headers autocomplete in the directory
After the failure to search for a plugin in sublime text 3, I come to ask for help. I need to recognize the libs installed on the system, for this I look for a plugin capable of providing an…
-
2
votes1
answer1419
viewsFind duplicate words without selecting one by one
In Sublime Text I know I can find duplicate words if I select one by one as the image shows: When I select the word Item the Sublime highlights the other references. There is the possibility to…
-
2
votes1
answer3814
viewsHow to debug PHP by Sublime Text 3?
What is the process for debug PHP for Sublime Text 3? I read in some places that the Xdebug, but most of the procedures I saw didn’t work. Note: My System is Ubuntu and I’m using PHP 7.…
-
2
votes2
answers4342
viewsSublime Text 3 does not recognize commands in PHP
I started using Sublime Text 3 after a while using Bluefish and came across a situation; the commands in PHP are not executed by my editor and, after a long search in Google and chat with some…
sublime-text-3asked 7 years, 4 months ago LeoElicker 21 -
2
votes2
answers5607
viewsEncapsulate set of HTML tags in VS Code ("Ctrl + alt + enter" in Sublime Text)
Editing HTML files in Sublime Text I can encapsulate a set of tags or text just by selecting the block and pressing Ctrl+Alt+Enter and then typing in which tag I want to use to encapsulate the…
-
1
votes1
answer114
viewsSublime Text - How to ignore the acquisitions sought by the shortcut (Goto Anything) CTRL+P?
In sublime text we have an option called Goto > Goto Anything, which is accessed via the shortcut CTRL + P. This is very useful as we can open a project file by simply pressing CTRL+P and typing…
-
1
votes0
answers454
viewsRemove unnecessary spaces in html tags
Good afternoon, It’s a simple question But I’ve been racking my brain for a while. Every time you save an html file to sublime 3, it puts an empty space, making the form look like this : EX:…
-
1
votes2
answers2421
viewsPython problem in sublime text
Well, guys, I’m having a problem when I put my python code in sublime text to run. The problem is, the code doesn’t work, just compile and nothing else. In case, it is not running any line (trying…
-
1
votes0
answers70
viewsRun python file(by terminal) by Sublime Text 3
I currently use Atom to write my programs in Python. However, I want to migrate to sublime text for convenience and for being a lighter program. I use a plugin in Atom called: Atom-python-run. He…
python python-3.x sublime-text sublime-text-3asked 7 years, 10 months ago Vinicius Barbosa de Medeiros 331 -
1
votes1
answer277
viewsCan you indicate me some package for Sublime Text that improves the auto complete?
Good evening guys. I was wondering if there is a package for Sublime Text that will improve the self-completion of it. I wish Sublime could access the PHP classes I included in my code and suggest…
-
1
votes1
answer235
viewsHow to create shortcut keys
Someone knows how to create a shortcut tile to insert a text from my reference. Why keep copying and pasting every time and complicated!
sublime-text-3asked 6 years, 9 months ago AKU 393 -
1
votes1
answer198
viewsHow to export Sublime 3 data
I would like to know how to export data from sublime 3, the packages I use and settings. Unfortunately it has no automated and agile way to do this.
-
1
votes1
answer1259
viewsHow to decrease TAB size in Sublime Text 3
I edit HTML files with CSS and JS using Sublime Text 3. To reset to Sublime Text 3, use shortcut Ctrl+shift+r when pasting a code from the outside. What is the best practice to automate the tab key…
-
1
votes0
answers1081
viewsAutomatic tag indentation in Sublime Text 3
I am facing problems copying and pasting XML or HTML codes from other applications in Sublime Text 3. The HTML code for example, after a Ctrl + v, is in this style: <!DOCTYPE…
-
1
votes0
answers56
viewsproblem with playing in Prolog using Numeric Matrix
I am making a "game" in Prolog, from a starting position in an array, the game must return all possible paths, where the whole array is -1 and the current position is set to 0. You must write all…
-
1
votes1
answer183
viewsHow to place dots at the beginning and end of the selected word as well as quotation marks
I would like to know how I can make Sublime Text 3 add a point . at the beginning and end of the word I selected, in the same way as with the characters ' and ". When we select a word in Sublime and…
-
0
votes1
answer107
viewsSeparate code regions using Sublime Text 3
In the Visual Studio there is a resource called Directive #Region , a resource that collects and hides code sections. Example static void Main(string[] args) { #region MyRegion1 //My code Here…
-
0
votes1
answer45
viewsWhat is the difference between sublime_plugin.Textcommand and sublime_plugin.Windowcomand?
When we create a plugin, Sublime Text usually creates a sample using the class sublime_plugin.TextCommand. import sublime import sublime_plugin class ExampleCommand(sublime_plugin.TextCommand): def…
-
0
votes1
answer31
viewsMakefile does not work on MINGW64. Can anyone help me?
I’m programming in python in Django with Sublime Text 3, using Git Bash MINGW64. I created the Makefile but when I run I get "bash: make: command not found"
-
0
votes1
answer1173
viewsAutocomplete list ul>li*n in Sublime Text 3
Seeing various tutorials on the internet where they use Sublime Text 3 to edit HTML codes, type ul>li{item}*4 and then Ctrl+Space Sublime completes the code with: <ul>…
-
0
votes1
answer472
viewsAutocomplete in ENTER key instead of TAB in sublime text
I’m using the editor sublime text 3 and would like to know how do I leave the autocomplete in the ENTER key instead of the TAB key, because when I start typing a word, the autocomplete gives me the…
-
0
votes1
answer96
viewsWorking with Tomcat + Eclipse + Sublimetext (Frontend)
We are creating a web project using Eclipse (IDE) and Springmvc. The development team has two people, separated into Front-end and Back-end (we’re using GIT for versioning). For the Front-end we…
-
0
votes1
answer249
viewsI cannot execute some C codes by Sublime Text 3
I have a folder with some simple C codes, I can compile, but the code does not run correctly in the terminal of sublime text 3. Does not return any information or display this message due to the…
-
-1
votes2
answers4168
views'php' not recognized as an internal or external command
I’m facing this mistake when saving the file…