Interface ICodeActionItem
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents properties and methods describing particular code fix in the code fix collection.
public interface ICodeActionItem : ICodeCompletionProviderNamedItem, ICodeCompletionProviderItem, IComparable
Properties
- CodeFix
When implemented by a class, gets an associated code fix.
- CodeRefactor
When implemented by a class, gets an associated code refactor.
- Parent
When implemented by a class, gets or sets a parent of the
ICodeSnippet
.