Skip to content

CodeConnect/gistify

Repository files navigation

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!

About

Hassle free tool that intelligently touches-up and uploads your code snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages