CodeActionOptions

langoustine.lsp.structures$.CodeActionOptions
See theCodeActionOptions companion object
case class CodeActionOptions(codeActionKinds: Opt[Vector[CodeActionKind]], resolveProvider: Opt[Boolean], workDoneProgress: Opt[Boolean])

Provider options for a CodeActionRequest.

Attributes

codeActionKinds

CodeActionKinds that this server may return. The list of kinds may be generic, such as CodeActionKind.Refactor, or the server may list out every specific kind they provide.

resolveProvider

The server provides support to resolve additional information for a code action. since 3.16.0

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