Questions tagged as 'sublime-text'

1
answer

What sublime plugin name 2/3 that indicates syntax error in the php language?

I need to know some sublime text 3 plugin that it indicates error in real-time debugger type code syntax same as what it has in phpStorm ... does anyone know?     
asked by 15.02.2016 / 13:47
1
answer

How to create snippets for __construct?

I use CodeIntel for PHP, but when I try to create __construct I have to do everything manually. Does anyone know how to develop the snippet to create the same or have a plugin itself?     
asked by 27.02.2015 / 05:16
1
answer

Enter 0 when you have 10 numbers

I have the following sequence: 3531399402 It has 10 numbers, with this regex I can list these occurrences: ^\d{10}$ I'm using a text editor and I need to give a replace on those instances and insert a 0 before getting like this: 0353...
asked by 29.05.2017 / 17:12
1
answer

Is it possible to import a Sublime function into VsCode?

There is a function that I use a lot in the sublime that is F12 : { "keys": ["f12"], "command": "goto_definition" }, It presents all functions with the same name and even tab for the target file of that function / style. I wanted to embed...
asked by 17.09.2018 / 00:16
1
answer

Sublime Text read less file with CSS syntax

Does anyone know how to make Sublime Text open file less and recognize the syntax of it. When I open the .less file, I press crt + shift + P and choose Set Syntax: CSS, but I have to do this all the time . Does anyone know how to deploy...
asked by 14.05.2015 / 22:04
2
answers

How to edit my JS files inside the Docker container using Sublime 3?

I'm using Docker 1.7 on MAC OSX and created a container with an Apache and a WEB application. I would like to edit JS fonts using Sublime Text 3. How can I do this?     
asked by 18.07.2015 / 00:55
1
answer

How to move a file to another folder in Sublime text?

How to move a file to another folder in Sublime text ? If I have this structure -- storage/ ---- src/ -- /index.php How could I move index.php to src/storage/index.php ? -- storage/ ---- src/ ------ index.php Note :...
asked by 31.07.2015 / 17:35
1
answer

Set Sublime Text 3 custom block

I would like to create a custom block, almost as the comment creates. The small difference is that it will be adapted to my need, eg: It has a default CSS code, it automatically when I create the class, it creates the default block of the sub...
asked by 23.04.2014 / 22:02
1
answer

Assign the id according to the content of the text

I do not know if Javascript is better, PHP, or even the sublime text, but, I copied the cf text and pasted it into a txt (to get rid of those strange tags) Then in the sublime text, I: I selected everything crt + to alt...
asked by 20.04.2015 / 23:12
2
answers

Saving File in Sublime Text 3 in ISO-8859-1

When I try to save a file by changing encoding to Western (ISO 8859-1) , the following error message: Does anyone know why?     
asked by 06.10.2014 / 21:22