mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Assembly name autocompletion for InternalsVisibleTo #187

Open JakeYallop opened 5 months ago

JakeYallop commented 5 months ago

It would be nice if we could have assembly autocompletion for the InternalsVisibleTo element, populated with all the assemblies in the current solution.

<InternalsVisibleTo Include="<assembly>" />