ostinelli / SublimErl

An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlang module showing up multiple times in code completion

aberman opened this issue · comments

  1. Delete all Erlang-Libs in SublimErl dir to ensure a fresh set are created
  2. Open Sublime
  3. Open an erlang file and type erlang

Actual result: 3 results show in the completion drop down, all saying erlang
Expected: Only 1 erlang module should show in the results.

Awesome, looks good!

thank you ^^_