icsharpcode/ILSpy

Make type names (classes, structs, interfaces) in the Analyze panel bold or underline for better readability

Geschlossen

#2.164 geöffnet am 19.09.2020

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (3.645 Forks)batch import
AnalyzerEnhancementHelp WantedUI

Repository-Metriken

Stars
 (25.162 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15T 22h) (61 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. When analysing the code, often there are long lists of Used By, Exposed By, & Extension Methods etc. Each one in those lists usually has a long signature. It's actually hard to spot the type names (classes, structs, & interfaces) which are the key info. Making them bold in the lists will make the readability better & eyes feel relieved.

Describe the solution you'd like In the below screenshot of the Analyze panel, If all the type names, IConfiguration, ConfigurationExtensions, IConfigurationRoot, & IConfigurationSection etc., were in bold or underline, it'd be much helpful when checking through these long lists. image

Contributor Guide