Interface ICodeActionService2
-
- All Known Implementing Classes:
QuickFixCodeActionService
public interface ICodeActionService2- Since:
- 2.18 Contributors: Rubén Porras Campo (Avaloq Evolution AG) - Add method to get fix methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classICodeActionService2.Options
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,org.eclipse.lsp4j.CodeAction>>getCodeActions(ICodeActionService2.Options options)
-
-
-
Method Detail
-
getCodeActions
java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,org.eclipse.lsp4j.CodeAction>> getCodeActions(ICodeActionService2.Options options)
-
-