Answer the question
In order to leave comments, you need to log in
VS code doesn't see custom snippets, what's wrong?
I wanted to try creating a custom snippet for php. Went into user code snippets, chose php.json. Wrote this code
"php_start": {
"prefix": "php",
"body": [
"<?php $1 ?>"
],
"description": "php code"
}
Answer the question
In order to leave comments, you need to log in
{
"php_start": {
"prefix": "php",
"body": [
"<?php $1 ?>"
],
"description": "php code"
}
Forgot the square brackets at the top
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question