Answer the question
In order to leave comments, you need to log in
How to change autocomplete template in sublime text 3?
Hello.
When writing code, auto-completion options appear.
For example, if I start typing foreach in php, then the proposed option will add the following code:
foreach ($variable as $key => $value) {
# code...
}
foreach ($variable as $key => $value) {
}
Answer the question
In order to leave comments, you need to log in
Sublime3083\Packages\PHP.sublime-package
Open in any archiver
and change the file foreach(-).sublime-snippet
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question