This extension shows current solution name in the Visual Studio for Mac dock and app switcher (Cmd-Tab) tile.
Helps navigating between multiple projects.
More screenshots here.
The repo now has Github actions configured to build each commit in preview/*
branches and pack an extension and attach it to the action job.
This should help making minor changes and ensure that the package is built from the actual Github source.
Download .mpack
file from Releases
Then install it in Visual Studio for Mac > Extensions... > Install from file...
To update .mpack
file, update version:
- Compile in Release
- Run bash script:
pack.sh
To fast apply any changes to this extension you can follow these steps:
- Add any changes to
SolutionName/SolutionNameRenderer.cs
to change app icon view; - Run SolutionName.PreviewApp (macOS app);
- When VS4Mac will update application icon you can update new app icon for PreviewApp via script:
SolutionName/SolutionName.PreviewApp/get-vs-icons.sh
IMPORTANT: Changes in
SolutionNameRenderer
are shared with extension logic.
https://blog.lextudio.com/how-to-write-add-ins-of-visual-studio-for-mac-ee6113db5ddf
https://github.com/mrward?tab=repositories
https://github.com/alexsorokoletov/VisualStudioMac.SortRemoveUsings