Releases: lintingbin/Erl-AutoCompletion
v1.0.10
v1.0.9
Open a new file tab when an item be selected in show_quick_panel.
v1.0.8
Fix the bug that "goto" keymap function isn't work.
v1.0.7
Use sqlite3 db to save index data.
Change sqlite3 db to memory mode.
v1.0.6
Check path is exist before open the file.
Fix '-define Directives' not work bug.
Take fun name when user click in a export section.
Renamed: sublime_erlang.sublime-settings to erl_autocompletion.sublime-settings.
Remove buid_data_async() when on_post_save is called.
v1.0.5
Through the view.show_popup to achieve the function of goto-definition.
Added record and macro goto-definition function.
Optimize the accuracy of the autocompletion function.
v1.0.4
Add current module goto function.
Optimize goto function.
v1.0.3
Add .no-sublime-package file.
Update the readme content.
v1.0.2
Remove cache dir when this plugin is uninstalled.
v1.0.01
Fix config file directory error.