erlang / erlide_eclipse

Eclipse IDE for Erlang

Home Page:http://erlide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otp dir inets/src is empty

angel0113 opened this issue · comments

commented

1
image

This is because the inets app is not structured like a normal OTP app, there are some subdirectories under src/. I think the OTP team knows about this. If I remember correctly, I didn't add an exception for this case because it went wrong for other projects (where these subdirectories should be hidden) and it didn't feel right to hardcode inets specifically.

Is it a problem for you, or just feels weird?

commented

When I tried to write the code "httpc:", there was no prompt, which bothered me.
image

Ok, I will add an exception for the OTP apps that have this non-OTP structure.