Skip to content

Commit ff5fcb3

Browse files
hopehadfieldrgrunber
authored andcommitted
Add new aliases for sysout and syserr snippets
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent 9e20e13 commit ff5fcb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

snippets/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"sysout": {
3-
"prefix": ["sysout", "sout"],
3+
"prefix": ["sysout", "sout", "System.out.println()"],
44
"body": [
55
"System.out.println($0);"
66
],
77
"description": "Print to standard out"
88
},
99
"syserr": {
10-
"prefix": ["syserr", "serr"],
10+
"prefix": ["syserr", "serr", "System.err.println()"],
1111
"body": [
1212
"System.err.println($0);"
1313
],

0 commit comments

Comments
 (0)