We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f0963 commit 82c7100Copy full SHA for 82c7100
ad-toast.sublime-snippet
@@ -0,0 +1,9 @@
1
+<snippet>
2
+ <content>
3
+<![CDATA[
4
+Toast.makeText(this, ${1:""}, Toast.LENGTH_LONG).show();
5
+]]>
6
+ </content>
7
+ <tabTrigger>ad-toast</tabTrigger>
8
+ <scope>source.java</scope>
9
+</snippet>
0 commit comments