semantic-colorizer
semantic-colorizer copied to clipboard
Not Italicize Extension Methods
Love your extension! However, I was wondering if there is any way to disable the italic formatting of extension methods?
Thanks!
Visual Studio itself does not have an option to make the font italic or not. This extension makes extension methods italic by default (which you cannot change).
The only option to remove this is to compile the plugin yourself and remove IsItalic = true
in EditorFormats.cs Line 42.
Could you build in a custom setting panel in the Tools > Options
window (similar to other extensions) that has an on / off switch for the IsItalic
value? That way, we wouldn't have to manually build the extension and still have the option of disabling this feature if preferred.
I would be happy to merge a pull request for this feature.