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

Typing erlang: defaults selection to apply/2

aberman opened this issue · comments

Very minor issue....

  1. Open an erl file
  2. Type erlang:

Result: The highlighted function is not the first function in the list, but rather the 6th, apply/2.

Expected: The highlighted function should be the first function in the list, abs/1

This is standard Sublime Text behavior. It uses some kind of heuristic to compute the most probable selection, AFAIK.