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

Alphabetize the completion results

aberman opened this issue · comments

  1. Open an erl file
  2. Type 'lists:'

Actual result: All the functions within list exist but they are in no order

Expected result: The functions should be alphabetized

Thanks!