InlayHintWorkspaceClientCapabilities

case class InlayHintWorkspaceClientCapabilities(refreshSupport: Opt[Boolean])

Client workspace capabilities specific to inlay hints.

Value parameters:
refreshSupport

Whether the client implementation supports a refresh request sent from the server to the client. Note that this event is global and will force the client to refresh all inlay hints currently shown. It should be used with absolute care and is useful for situation where a server for example detects a project wide change that requires such a calculation.

Since:

3.17.0

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product