DocumentLinkOptions

langoustine.lsp.structures$.DocumentLinkOptions
See theDocumentLinkOptions companion object
case class DocumentLinkOptions(resolveProvider: Opt[Boolean], workDoneProgress: Opt[Boolean])

Provider options for a DocumentLinkRequest.

Attributes

resolveProvider

Document links have a resolve provider as well.

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