SignatureHelpRegistrationOptions

langoustine.lsp.structures$.SignatureHelpRegistrationOptions
See theSignatureHelpRegistrationOptions companion object
case class SignatureHelpRegistrationOptions(documentSelector: Opt[DocumentSelector], triggerCharacters: Opt[Vector[String]], retriggerCharacters: Opt[Vector[String]])

Registration options for a SignatureHelpRequest.

Attributes

documentSelector

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product