View Source GenLSP.Structures.SignatureHelpOptions (gen_lsp v0.8.1)

Server Capabilities for a {@link SignatureHelpRequest}.

Link to this section Summary

Functions

Fields

  • trigger_characters: List of characters that trigger signature help automatically.

Link to this section Types

@type t() :: %GenLSP.Structures.SignatureHelpOptions{
  retrigger_characters: [String.t()] | nil,
  trigger_characters: [String.t()] | nil,
  work_done_progress: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.SignatureHelpOptions{}

View Source (struct)

fields

Fields

  • trigger_characters: List of characters that trigger signature help automatically.

  • retrigger_characters: List of characters that re-trigger signature help.

    These trigger characters are only active when signature help is already showing. All trigger characters are also counted as re-trigger characters.

    @since 3.15.0

  • work_done_progress