razor
razor copied to clipboard
Ctrl+T shows .razor.g.cs files
Describe the bug:
Having a blazor solution, and using Ctrl + T (or Q) to find a Blazor File (.razor) will show the .razor.g.cs
files as first result before '.razor' files
Version used: VS2022 17.3.0 To reproduce:
- Ctrl + T
- Type "Index"
- Note
Index.razor.g.cs
will be the first result
Expected behavior:
Think razor.g.cs
files shouldn't even be in the result, hitting enter or clicking on these results doesn't do anything anyway
here's a small demo: https://youtu.be/Ysrvs1YvvkQ