wmjordan / Codist

A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings smart tool bar with code refactoring to code editor.
https://marketplace.visualstudio.com/items?itemName=wmj.Codist
GNU General Public License v3.0
307 stars 28 forks source link

Nested types were not properly displayed on C# Quick Info #304

Closed laicasaane closed 11 months ago

laicasaane commented 11 months ago

For example, the Data type in this screenshot is nested inside IntervalRateCollection, and I expect it to be shown as IntervalRateCollection.Data instead.

image

wmjordan commented 11 months ago

I've just uploaded a new version to the marketplace to fix this bug. Please upgrade Codist from VS.