Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.27 KB

gistify

A Roslyn experiment.

A hassle free tool that intelligently touches-up and uploads your code snippets.

Selected snippet of code is enhanced with information about the types and origin of objects used within.

The enhanced snippet is either copied to the clipboard or uploaded to GitHub. Feel free to contribute and add more integrations!

Download from VS Gallery and read the Getting Started guide

Example

Input:

image

Output:

image

Contribute

Gistify is using some elements of the Roslyn compiler, namely the SemanticModel and CSharpSyntaxWalker in class CodeConnect.Gistify.Engine.DiscoveryWalker.

To get started with Roslyn, see the Learn Roslyn Now tutorial series.

Gistify has some rough edges and lots of room for improvement, feel free to contribute!