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.
Afficher le fichier Open project: stark-lang/stark Class Usage Examples

Méthodes publiques

Méthode Description
ComputeRefactoringsAsync ( StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext context ) : Task

Computes one or more refactorings for the specified CodeRefactoringContext.

Method Details

ComputeRefactoringsAsync() public abstract méthode

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