Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinking in route file is not working when file and controller name differs #271

Open
david-bouyssie opened this issue Jul 5, 2016 · 1 comment

Comments

@david-bouyssie
Copy link

I have a file named "Users.scala" containing a UserService object and a UserController object.
In the route file I have an URL mapped to an action of my UserController.
In this case the hyperlinking is not working while it works correctly when the name of the file and the controller are the same.

@dragos
Copy link
Member

dragos commented Jul 6, 2016

Unfortunately this is a limitation of the Scala presentation compiler. It would behave similarly even if the link was in a Scala file, though once the file is open it may keep working. Not a lot can be done on the IDE side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants