Make type names (classes, structs, interfaces) in the Analyze panel bold or underline for better readability
#2,164 创建于 2020年9月19日
仓库指标
- 星标
- (25,162 个星标)
- PR 合并指标
- (平均合并 15天 22小时) (30 天内合并 61 个 PR)
描述
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.
