We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default C# (or at least the Visual Studio autocompletion) uses three slashes to mark a documentation comment before a type or method:
/// <summary> /// This class does the things with the stuff. /// </summary> public class Widget { // ... }
On Visual Studio Community 2013, Fira Code 0.3, this renders in a rather unfortunate way (in my opinion):
Is there a way to scoot that third slash closer to the others?
The text was updated successfully, but these errors were encountered:
Fixed in 0.5
Sorry, something went wrong.
Awesome, thanks!
Merge pull request tonsky#23 from bundler/http-agent
c66c846
Forward http user agent to the upstream server
No branches or pull requests
By default C# (or at least the Visual Studio autocompletion) uses three slashes to mark a documentation comment before a type or method:
On Visual Studio Community 2013, Fira Code 0.3, this renders in a rather unfortunate way (in my opinion):
Is there a way to scoot that third slash closer to the others?
The text was updated successfully, but these errors were encountered: