Path autocomplete on custom TagHelper in ASP.Net Core 5?
I have a custom TagHelper that takes a path relative to wwwroot as an attribute. Is there a way I can get Rider to recognize that my custom attribute is supposed to be a path so it can be autocompleted and highlighted? For example, the 'src' attribute of the <img> tag is doing exactly that. As I am entering the value, it is autocompleted with the file structure of my project, and once the path is entered, I can ctrl+click on it to open the file.

Basically I want the same behavior on a custom TagHelper. Sorry if this is not specific to Rider, but I haven't found an official way of doing this on the MS documentation.
Please sign in to leave a comment.
Hello,
While there are a few methods to introduce feature requests, I think your best choice here would be to use our tracker here and submit a request. On the tracker, others can see your request and add their vote if they find such a tool would be useful, which helps our team to better understand which features our users are eager for. I believe this can help give the best visibility for your request.
I couldn't find an issue created already for this, so I created one. Here it is in case anyone wants to vote for it.
https://youtrack.jetbrains.com/issue/RIDER-78838/Path-autocomplete-on-custom-TagHelper-in-ASPNET-Core