erlang / erlide_eclipse

Eclipse IDE for Erlang
http://erlide.org
203 stars 70 forks source link

otp dir inets/src is empty #327

Open angel0113 opened 5 years ago

angel0113 commented 5 years ago

1 image

vladdu commented 5 years ago

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?

angel0113 commented 5 years ago

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

vladdu commented 5 years ago

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