-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Hi,
MSBuild logic is often hard to follow, especially as it's distributed over so many different files, which can come from many different locations (VS, MSBuild, SDKs, nuget packages, etc.).
I often end up searching for variables and item groups in all props and targets files in those folders, which in turn gives many results from files that aren't even imported in the project.
That would be so much more useful than anything that the extension does (according to the feature description, haven't installed yet).
I'm wondering whether there's already a way to do this, which I'm just not aware of? How are others doing it?
As it seems that this extension is reading and parsing all imported MSBuild files, it is probably very close already to allow a "Find in all imported MSBuild files" feature?
Something like "Find all references" like for code would be awesome, but a find in MSBuild files feature would already suffice.
Thanks,
sw