Spotify.NET/.vscode/csharp.code-snippets
2020-05-01 20:05:28 +02:00

19 lines
321 B
Plaintext

{
"model": {
"scope": "csharp",
"prefix": "model",
"body": [
"namespace SpotifyAPI.Web",
"{",
" public class $1",
" {",
" public ${2:string} ${3:Name} { get; set; }",
"",
" $4",
" }",
"}"
],
"description": "Creates a new model"
}
}