dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
506 stars 196 forks source link

Navigating to partial razor files by filename string #4325

Open vsfeedback opened 3 years ago

vsfeedback commented 3 years ago

This issue has been moved from a ticket on Developer Community.


In our codebase we often break webpages down by adding components with the following snippet:

@Html.Partial("~/Views/xy.cshtml")

It would be very useful if you could navigate to the specified .cshtml file by putting the caret in the string, and pressing F12, as you often do with other code sections.


Original Comments

Feedback Bot on 7/20/2021, 06:59 PM:

Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.

Feedback Bot on 8/4/2021, 03:55 PM:

Your suggestion has been queued up for prioritization. Feature suggestions are prioritized based on the value to our broader developer community and the product roadmap. We may not be able to pursue this one immediately, but we will continue to monitor it for community input

NTaylorMullen commented 3 years ago

We'll gauge customer engagement here based off of the upvotes

hagailuger commented 2 weeks ago

this would be very useful feature please implement it also for the taghelper "partial"