microsoft / vscode-anycode

MIT License
334 stars 38 forks source link

Parameter falls back to identifier matching (C#) #5

Closed sbatten closed 3 years ago

sbatten commented 3 years ago

Testing #2389

While most parameters seemed to work, in this example, a cursor on parts falls back to identifier matching.

https://github.dev/dotnet/samples/blob/23c9784d57fc92436aa40043bf0a4b764308a923/csharp/PatternMatching/GeometricUtilities.cs#L13-L26

sbatten commented 3 years ago

verified 👍