C# Class StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringProvider

Inherit this type to provide source code refactorings. Remember to use ExportCodeRefactoringProviderAttribute so the host environment can offer your refactorings in a UI.
ファイルを表示 Open project: stark-lang/stark Class Usage Examples

Public Methods

Method Description
ComputeRefactoringsAsync ( StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext context ) : Task

Computes one or more refactorings for the specified CodeRefactoringContext.

Method Details

ComputeRefactoringsAsync() public abstract method

Computes one or more refactorings for the specified CodeRefactoringContext.
public abstract ComputeRefactoringsAsync ( StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext context ) : Task
context StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext
return Task