Files
friflex_flutter_starter/.vscode/dart.prime_snippets.code-snippets

18 lines
423 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"DartDoc Template": {
"prefix": "temp",
"body": [
"/// {@template ${TM_FILENAME_BASE}}",
"///",
"/// {@endtemplate}"
],
"description": "DartDoc короткая запись template с именем файла"
},
"DartDoc Macro": {
"prefix": "mac",
"body": [
"/// {@macro ${TM_FILENAME_BASE}}"
],
"description": "DartDoc короткая запись macro с именем файла"
}
}