Skip to content

Releases: lintingbin/Erl-AutoCompletion

v1.0.10

21 Apr 03:41

Choose a tag to compare

Fix crash bug.

v1.0.9

23 Mar 12:05

Choose a tag to compare

Open a new file tab when an item be selected in show_quick_panel.

v1.0.8

22 Mar 05:37

Choose a tag to compare

Fix the bug that "goto" keymap function isn't work.

v1.0.7

22 Sep 02:44

Choose a tag to compare

Use sqlite3 db to save index data.
Change sqlite3 db to memory mode.

v1.0.6

18 Sep 08:34

Choose a tag to compare

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

10 Sep 08:40

Choose a tag to compare

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

08 Sep 03:22

Choose a tag to compare

Add current module goto function.
Optimize goto function.

v1.0.3

04 Sep 14:40

Choose a tag to compare

Add .no-sublime-package file.
Update the readme content.

v1.0.2

20 Aug 03:19

Choose a tag to compare

Remove cache dir when this plugin is uninstalled.

v1.0.01

16 Aug 08:56

Choose a tag to compare

Fix config file directory error.