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

Completions don't exist for erl files within subdirectories

aberman opened this issue · comments

If you set up a project where all the source files are not directly underneath the src dir, the completion doesn't exist for those source files.

An example set up is:

src
--> subdir1
--> test.erl
--> subdir2
--> test2.erl

Neither test or test2 will show up for completions.

this is an intended feature, but I might be wrong.

can you please give me examples of projects on github which have code in src subdirectories?

hum. i believed it was kind of an accepted behaviour to not have subdirectories.

will take care of this.