Questions tagged as 'sublime-text-3'

3
answers

Is there any shortcut to indenting 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 As everyone knows, I assume, the indentation visually organizes the code so that the dependent...
asked by 21.01.2017 / 20:27
1
answer

How to install the TypeScript Plugin in Sublime Text 3?

I'm trying to install the plugin in Sublime Text 3, and for this I did the steps: I installed the GIT I ran the available commands here in the GIT terminal. IpressedControl+Shift+PtoseeifitwasTypeScript,butnothingappears....
asked by 19.01.2018 / 13:04
1
answer

Sublime Text 3 - Autocomplete of headers in directory

After unsuccessful search for a sublime text 3 plugin, I've come to you for help. I need to recognize the libs installed on the system, so I'm looking for a plugin capable of delivering an autocompletion at the time of #include of the heade...
asked by 13.10.2016 / 21:35
3
answers

Sublime Text 3 does not recognize commands in PHP

I started using Sublime Text 3 after a while using BlueFish and I came across a situation; the PHP commands are not executed by my editor and after a long search on Google and talk with some friends developers, I was told that a certain option s...
asked by 03.07.2017 / 18:46
1
answer

Find 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 Sublime highlights the other references. Is it possible to find duplicate words without having to select one by...
asked by 21.03.2017 / 14:34
0
answers

Remove unnecessary spaces in html tags

Good afternoon, it's a simple question but I've been breaking my mind for some time. Every time you save a html file in sublime 3, it puts an empty space, making the form look like this: EX: <input type="checkbox " name=" " id=" ">...
asked by 27.05.2016 / 20:35
1
answer

How to debug PHP through Sublime Text 3?

What process to debug PHP by Sublime Text 3 ? I've read in some places that you should use Xdebug , but most of the procedures I've seen have not worked. Note: My system is Ubuntu and I'm using PHP 7 .     
asked by 22.04.2017 / 06:54
1
answer

How to change default Encoding in Sublime Text 3

In my work, we programmed PHP mostly and all the code files were made in ASCII, I'm doing some page inclusions and I often need to open the existing files and add new things. I do this through Notepad ++, because whenever I open one of the ex...
asked by 26.04.2018 / 01:50
1
answer

Problem in python in sublime text

Well, guys, I'm having a problem when I put my python code in the sublime text to run. The problem is as follows, the code does not work, only compiles and nothing else. In case, it is not running any line (trying to run via CTRL + B versi...
asked by 06.01.2017 / 20:16
1
answer

Sublime Text - How to ignore the files fetched by the shortcut (Goto Anything) CTRL + P?

In the sublime text we have an option called Goto > Goto Anything , which is accessed via the CTRL + P shortcut. This is very useful because you can open a file in a project simply by pressing CTRL+P and typing the name...
asked by 22.02.2016 / 13:08