Small c# setup
This commit is contained in:
parent
f122c0bf4e
commit
a28c4932f7
3 changed files with 23 additions and 0 deletions
home/features/neovim/snippets
18
home/features/neovim/snippets/cs.miros
Normal file
18
home/features/neovim/snippets/cs.miros
Normal file
|
@ -0,0 +1,18 @@
|
|||
block start
|
||||
string maxlen
|
||||
name Maxlength annotation
|
||||
snip [MaxLength(255)]
|
||||
|
||||
string keyann
|
||||
name Key annotation
|
||||
snip [Key]
|
||||
|
||||
string prop
|
||||
name Object db property
|
||||
snip public$|1⟨ required$1,$1⟩ $2 $3 { get; set; }
|
||||
|
||||
string stringprop
|
||||
name String db property
|
||||
snip
|
||||
[MaxLength(255)]
|
||||
public$|1⟨ required$1,$1⟩ string $2 { get; set; }
|
Loading…
Add table
Add a link
Reference in a new issue