Skip to content
New issue

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

C# Doc Comments #23

Closed
mysteriouspants opened this issue May 26, 2015 · 2 comments
Closed

C# Doc Comments #23

mysteriouspants opened this issue May 26, 2015 · 2 comments

Comments

@mysteriouspants
Copy link

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):

font rendering

Is there a way to scoot that third slash closer to the others?

@tonsky
Copy link
Owner

tonsky commented May 26, 2015

Fixed in 0.5

@tonsky tonsky closed this as completed May 26, 2015
@mysteriouspants
Copy link
Author

Awesome, thanks!

Losangelosgenetics pushed a commit to Losangelosgenetics/FiraCode that referenced this issue Mar 12, 2020
Forward http user agent to the upstream server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants