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

Exclude /rel directories from code completion

ostinelli opened this issue · comments

Avoid unnecessary code completion elements.

The directory rel is only the standard agreement. Nobody forbids to make other directory the release directory. I think rebar looks for the reltool.config file in one of sub_dirs and builds release in this directory.
May be add plugin config parameter - 'exclude_dirs' with default value ["rel"] ?

implemented: 8971094

please let me know if everything is ok for you, and reopen the issue if not.