Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Suggestion: Support textDocument/hover for functions implementing a behaviour #810

@leonqadirie

Description

@leonqadirie

Provided example

defmodule MyModule do
  use GenServer

  @impl GenServer
  def init(arg) do
    # ...
  end
end

Current behaviour
Using hover on init only displays MyModule.init.

Suggested behaviour
Using hover on init additionally provides the documentation for the behaviour's init callback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions