microsoft / vscode-anycode

MIT License
334 stars 38 forks source link

I would expect this to use symbol highlight not identifier highlight #6

Open sbatten opened 3 years ago

sbatten commented 3 years ago

Testing #2389

https://github.dev/dotnet/samples/blob/23c9784d57fc92436aa40043bf0a4b764308a923/csharp/NullableIntroduction/NullableIntroduction/SurveyQuestion.cs#L10-L17

image

jrieken commented 3 years ago

That's surprisingly hard because it can be used with or without this and when having arguments with the same name as properties its hard to tell them apart

jrieken commented 2 years ago

That specific case should now be working but the this.X isn't working yet