We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a290842 + 283d2fb commit 786530cCopy full SHA for 786530c
snippets/csharp.json
@@ -3,7 +3,7 @@
3
"prefix": "attribute",
4
"body": [
5
"[System.AttributeUsage(System.AttributeTargets.${1:All}, Inherited = ${2:false}, AllowMultiple = ${3:true})]",
6
- "sealed class ${$TM_FILENAME_BASE}Attribute : System.Attribute",
+ "sealed class ${4:$TM_FILENAME_BASE}Attribute : System.Attribute",
7
"{",
8
"\t// See the attribute guidelines at",
9
"\t// http://go.microsoft.com/fwlink/?LinkId=85236",
0 commit comments