SignatureHelpOptions

langoustine.lsp.structures.SignatureHelpOptions
See theSignatureHelpOptions companion object
case class SignatureHelpOptions(triggerCharacters: Opt[Vector[String]], retriggerCharacters: Opt[Vector[String]], workDoneProgress: Opt[Boolean])

Server Capabilities for a [[SignatureHelpRequest]].

Value parameters

retriggerCharacters

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

triggerCharacters

List of characters that trigger signature help automatically.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product