View Source GenLSP.Structures.FileOperationClientCapabilities (gen_lsp v0.10.0)
Capabilities relating to events from file operations by the user in the client.
These events do not come from the file system, they come from user operations like renaming a file in the UI.
@since 3.16.0
Link to this section Summary
Functions
Fields
- dynamic_registration: Whether the client supports dynamic registration for file requests/notifications.
- did_create: The client has support for sending didCreateFiles notifications.
- will_create: The client has support for sending willCreateFiles requests.
- did_rename: The client has support for sending didRenameFiles notifications.
- will_rename: The client has support for sending willRenameFiles requests.
- did_delete: The client has support for sending didDeleteFiles notifications.
- will_delete: The client has support for sending willDeleteFiles requests.
Link to this section Types
Link to this section Functions
fields
Fields
- dynamic_registration: Whether the client supports dynamic registration for file requests/notifications.
- did_create: The client has support for sending didCreateFiles notifications.
- will_create: The client has support for sending willCreateFiles requests.
- did_rename: The client has support for sending didRenameFiles notifications.
- will_rename: The client has support for sending willRenameFiles requests.
- did_delete: The client has support for sending didDeleteFiles notifications.
- will_delete: The client has support for sending willDeleteFiles requests.