Sublime Forum

Force reload of autocomplete file

#1

I have a Mac-OS plug-in that scans all of the files in a Rails project and generates a sublime-completions file in Packages/User folder.
https://github.com/btsai/sublime_rails_autocomplete

The problem is that that any such sublime-completions files only get loaded when launching Sublime. If I generate this sublime-completions file, it does not appear to be automatically loaded until I shut down and restart Sublime. I thought there might be some time delay before it gets loaded, but this doesn’t appear to be the case.

Is there a way to force the reload of my sublime-completions file, so that it appears in the autocomplete suggestions, without having to shut down/restart Sublime?

Thanks,

0 Likes