galenelias / gotofile-vs

Visual Studio extension for quickly jumping to a file in the solution
GNU General Public License v2.0
7 stars 3 forks source link

Solution Items not found #7

Closed MartinL0815 closed 10 months ago

MartinL0815 commented 11 months ago

In our solution we have several solution items, so project independent files. Those are not found by FastGoToFile. IMHO solution items should be part of the list and the drop-down item "\<all projects>" should be named "\<all solution files>".

galenelias commented 10 months ago

Thanks @MartinL0815 for reporting this. This is definitely not something I have ever used and wasn't aware of it. Took a brief look today and it seems like Solution Items are represented a bit oddly in the Object Model, but it's not too hard to support them.

I have checked in some changes which I believe should address this, and will cut a new release sometime soon after I've had a chance to look at your other recently opened feature request.