Questions tagged as 'sublime-text-3'

1
answer

How to Decrease TAB Size in Sublime Text 3

Edit HTML files with CSS and JS using Sublime Text 3. To reindent in Sublime Text 3, I use shortcut ctrl + shift + r when I paste a code out. What is the best practice to automate the TAB key by decreasing tabs from 4 spaces to 2, for exampl...
asked by 14.08.2018 / 16:19
1
answer

How to export data from Sublime 3

I would like to know how to export sublime 3 data, the packages I use and settings. Unfortunately it has no automated and agile way of doing this.     
asked by 14.05.2018 / 23:52
1
answer

Can you tell me some package for Sublime Text that improves self completion?

Good evening everyone. I was wondering if there is a package for Sublime Text that improves the auto-complete of it. I would like Sublime to be able to access the PHP classes that I included in my code and suggested in auto-complete the methods...
asked by 01.02.2018 / 03:38
1
answer

Autocomplete list ulli * 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: / p> <ul> <li>item</li> <li>item</...
asked by 01.06.2017 / 03:26
1
answer

Makefile does not work on MINGW64. Can someone 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"     
asked by 31.05.2017 / 05:10
1
answer

What is the difference between sublime_plugin.TextCommand and sublime_plugin.WindowComand?

When we create a plugin, Sublime Text generally creates a sample using the sublime_plugin.TextCommand class. import sublime import sublime_plugin class ExampleCommand(sublime_plugin.TextCommand): def run(self, edit): self....
asked by 04.04.2017 / 02:09
0
answers

Encapsulate 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 which tag I want to use to encapsulate the block. I would like to do the same in Visual Stud...
asked by 14.09.2018 / 23:43
0
answers

How to save .txt with encoding inside folder?

Good evening. I have a folder called "npc". Inside it, there are another 10 folders, which by itself has more folders inside. However, I need to save ALL the files of ALL the folders inside the "npc", with encoding Windows 1252 ... How...
asked by 02.09.2018 / 07:55
0
answers

Eslint Installation

Soon after doing the step by step installation of the Eslint I got this error. Does anyone know how to solve it?     
asked by 05.03.2018 / 03:58
1
answer

How to create shortcut keys

Does anyone know how to create a shortcut tile to insert text from my reference. Why keep copying and pasting all the time and complicated!     
asked by 03.02.2018 / 14:38