From 68e796fb7c6242ac9a3941f62c03aa8ba0d0f178 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Mar 2020 17:59:42 -0800 Subject: Add snippets to oni-csharp --- oni-csharp/snippets/csharp-mode/testm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 oni-csharp/snippets/csharp-mode/testm (limited to 'oni-csharp/snippets/csharp-mode') diff --git a/oni-csharp/snippets/csharp-mode/testm b/oni-csharp/snippets/csharp-mode/testm new file mode 100644 index 0000000..4bd243d --- /dev/null +++ b/oni-csharp/snippets/csharp-mode/testm @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Test Method +# key: testm +# -- +[TestMethod] +public void ${1:TestMethod}() +{ + $0 +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf