EngstromJimmy / Blazm.Extension

A Visual Studio Extension that solves some of the pain points when working with Blazor
MIT License
70 stars 7 forks source link

Discussion: Expanding the find components usages functionality #6

Closed biegehydra closed 10 months ago

biegehydra commented 1 year ago

I think being able to click on a component and find it's usages was a great start, but that only covers about half the use cases for when you want to find a component.

I don't know about everyone else, but most of the time I want to find a components usages it's because I am currently working on a new razor file that someone else created and I want to see how it's being used. I wouldn't have a component usage to click on in this scenario. In this case, I would have to first create a usage on the file I am working on then click on it to find usages. This is cumbersome.

I have 3 ideas.

Or any combination of the above.

EngstromJimmy commented 1 year ago

This makes sense. I just implemented number 1.

EngstromJimmy commented 1 year ago

Let's add all of these before we release a new version