Skip to content

Commit b620156

Browse files
authored
adding autocomplete for :: (#233)
1 parent 486699f commit b620156

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RustEnhanced.sublime-settings

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,11 @@
6161
// }
6262
// }
6363
// }
64+
"auto_complete_triggers":
65+
[
66+
{
67+
"characters": ".:",
68+
"selector": "source.rust"
69+
}
70+
]
6471
}

0 commit comments

Comments
 (0)