init
This commit is contained in:
6
snippets/csharp-mode/writeline
Normal file
6
snippets/csharp-mode/writeline
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Frede Brændstrup <frederikbraendstrup@gmail.com>
|
||||
# name: Console.WriteLine(...);
|
||||
# key: cwl
|
||||
# --
|
||||
Console.WriteLine(${1:Write});
|
||||
Reference in New Issue
Block a user