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

optimize completion regeneration

ostinelli opened this issue · comments

Currently:

  • erlang libs completion is regen only on a new sublime text session
  • project libs regen is done on every tab switch.

optimized 903471a

now regen is done only on file open/save