I am using STS for grails development and i don't know what I did, (most probably dragged a folder somewhere by mistake) but now I can't see my services in the perspective. They do exists under grails-app/services but I guess something is not pointing there anymore?
and yes I tried restarting STS, reloading the project to STS.
Any idea on how I can fix this?
EDIT:
You are right here is the perspective view with no services shown.
Thanks a lot, Bilsay
I have not seen this problem before. If the answer above does not help, I would recommend the following;
EDIT
I was able to reproduce something similar to your problem. I think what happened is that your service folder was somehow removed from the Eclipse classpath. You can go to the package explorer. Find the grails-app/services folder. Right-click -> Build path -> Add to build path. Then, it should appear in the project explorer.