You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Ignored globals:
56
56
If you would like to enable autocomplete for these, just change the *.txt* extension to: *.sublime-completions*.
57
57
58
58
# Update:
59
-
Currently had I to roll back to using *.sublime-snippet* files instead of *.sublime-autocomplete* ones, since sublime currently has mutiple issues if any *autocomplete* files gets loaded for your current syntax. Hopefully it's gonna be fixed soon, and I can go back for *autocomplete* files to reduce the clutter.
59
+
Currently had I to roll back to using *.sublime-snippet* files instead of *.sublime-autocomplete* ones, since Sublime Text currently has mutiple issues if any *autocomplete* files gets loaded for your current syntax. Hopefully it's gonna be fixed soon, and I can go back for *autocomplete* files to reduce the clutter.
60
60
61
61
Until then if you have any *.sublime-completions* file loaded for a syntax, then your buffer competions won't get shown up, and the fuzzy search for the completions brings up a lot more irrelevant hits, since it's also searing in the trigger descriptions.
0 commit comments