You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: