C
C
Crowcloud2020-08-19 17:54:14
Sublime Text
Crowcloud, 2020-08-19 17:54:14

How to edit php output line in Sublime 3?

I built php under Sublime Text 3 to run scripts without switching to the browser.

{
    "cmd": ["C:\\php7\\php.exe", "$file"],
    "file_regex": "php$",
    "selector": "source.php"
}

for example
$a = 123.456789;
print_r($a);

How to make "[Finished in __s]" be displayed on the next line by default without the need for hacks like manually adding hyphens to the end of each script ?
123.456789[Finished in 0.2s]

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question