class

LSProtocol::WorkspaceEditMetadata

Inherits JSON::Serializable / Reference / Object

Additional data about a workspace edit.

@since 3.18.0 @proposed

Constructors

new(pull : JSON::PullParser)
Source
new(is_refactoring : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

is_refactoring

Signal to the editor that this edit is a refactoring.

Source