Skip to content

Commit

Permalink
Add new alias 'public static void main(String[] args) for main method'
Browse files Browse the repository at this point in the history
Signed-off-by: Jinbo Wang <[email protected]>
  • Loading branch information
testforstephen committed Oct 23, 2023
1 parent 4cb7a84 commit 273ad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
]
},
"main": {
"prefix": ["main", "psvm"],
"prefix": ["main", "psvm", "public static void main(String[] args)"],
"body": [
"public static void main(String[] args) {",
"\t$0",
Expand Down

0 comments on commit 273ad93

Please sign in to comment.