File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
".source.scala" : {
3
3
"main" : {
4
- "prefix" : " main" ,
4
+ "prefix" : " def main" ,
5
5
"body" : " def main(args: Array[String]): Unit = {\n\t ${1:expr}\n }" ,
6
6
"description" : " Snippet for if expression"
7
7
},
21
21
"class" : { "prefix" : " class" , "body" : " class " , "description" : " class keyword" },
22
22
"trait" : { "prefix" : " trait" , "body" : " trait " , "description" : " trait keyword" },
23
23
"object" : { "prefix" : " object" , "body" : " object " , "description" : " object keyword" },
24
+ "extends" : { "prefix" : " extends" , "body" : " extends " , "description" : " extends keyword" },
24
25
"override" : { "prefix" : " override" , "body" : " override " , "description" : " override keyword" },
26
+ "private" : { "prefix" : " private" , "body" : " private " , "description" : " private keyword" },
27
+ "protected" : { "prefix" : " protected" , "body" : " protected " , "description" : " protected keyword" },
25
28
"catch" : { "prefix" : " catch" , "body" : " catch " , "description" : " catch keyword" },
26
29
"finally" : { "prefix" : " finally" , "body" : " finally " , "description" : " finally keyword" }
27
30
}
You can’t perform that action at this time.
0 commit comments