C# Class CodeConnect.Gistify.Engine.CodeAnalyzer

Afficher le fichier Open project: CodeConnect/gistify

Méthodes publiques

Méthode Description
AugmentSelection ( Microsoft.CodeAnalysis.Document document, int startPosition, int endPosition ) : string

The entry point to Gistify's engine. Takes the document and the extent of the selection, and outputs the augmented snippet.

Method Details

AugmentSelection() public static méthode

The entry point to Gistify's engine. Takes the document and the extent of the selection, and outputs the augmented snippet.
public static AugmentSelection ( Microsoft.CodeAnalysis.Document document, int startPosition, int endPosition ) : string
document Microsoft.CodeAnalysis.Document
startPosition int
endPosition int
Résultat string