We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ceb3f commit fba8a6fCopy full SHA for fba8a6f
1 file changed
snippets/java.json
@@ -21,7 +21,7 @@
21
"prefix": "try_catch",
22
"body": [
23
"try {",
24
- "\t$1",
+ "\t${TM_SELECTED_TEXT:$1}",
25
"} catch (${2:Exception} ${3:e}) {",
26
"\t$0// TODO: handle exception",
27
"}"
0 commit comments