C# Class CodeConnect.Gistify.Engine.CodeAnalyzer

Show file Open project: CodeConnect/gistify

Public Methods

Method 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 method

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
return string