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]].

Value parameters

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

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