public interface Action
However it only focuses on the actual title, description, and edit, leaving it up to the language server to communicate with the client and put together a proper codeAction in accordance to client capabilities.
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
description()
Optional description that may be shown to the user client side to explain the action.
|
WorkspaceEdit |
edit()
The actual edit contained in the action.
|
java.lang.String |
title()
Title of the action that will be shown to the user client side.
|
java.lang.String title()
java.util.Optional<java.lang.String> description()
WorkspaceEdit edit()