KirillOsenkov/SourceBrowser

Record types can't be searched or navigated to

jnm2 opened this issue · 4 comments

jnm2 commented

They show up in hot pink, don't match searches, aren't clickable when referenced or declared:

image

Any tips before I dive in?

it’s in the Classifier space, ClassifySpans I think (on phone now)

Here somewhere:

["class name"] = Constants.ClassificationTypeName,

And this is where binding happens:

var declaredSymbol = SemanticModel.GetDeclaredSymbol(token.Parent);

jnm2 commented

Cool, testing my guess now. It was indeed record name.