Explore >> Select a destination


You are here

www.mashitup.be
| | visualstudioextensions.vlasovstudio.com
3.6 parsecs away

Travel
| | By default, when you expand or collapse a method or a code region in Visual Studio, this action is pushed on the editor undo stack. It ruins any normal code editing cycle - you do text changes, browse code doing folding/unfolding and now your undo stack is full of unrelated outlining operations, need to press...
| | www.brandonpugh.com
7.0 parsecs away

Travel
| | Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters:
| | alesruzicka.net
2.6 parsecs away

Travel
| | English articles from Ales Ruzicka, software developer and lecturer
| | www.stevejgordon.co.uk
32.0 parsecs away

Travel
| In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.