intellij-emberjs
intellij-emberjs copied to clipboard
Issue where a route/model/controller called "service" shows up as a service icon in the folder tree
I suspect the file is being detected as the "models" service under pods structure. The detection prefers pods structure over classic (whether or not you use the pods structure in your app).
Ah, that makes sense. Yeah I'm using classic structure.
I have to admit that I can't remember why pods structure is being prefered. I'm open to PRs that change that, as long as we have proper tests in place for this.