Skip to content

Smarter route editor hyperlinking - accounting for class vs module #131

Open
@jhaberstro

Description

@jhaberstro

When attempting hyperlinking on the following route file with the corresponding controllers:

GET     /                           @controllers.Application.index
class Application extends Controller {
  def index = Action { ... }
}

object Application extends Controller {
  def index = Action { ... }
}

hyperlinking will bring you to the object instead of the class. It would be nice if hyperlinking was smarter and accounted for the fact that the leading @ signifies a class.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions