Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DreamTeamMobile/VS4Mac.SolutionName
Extension for Visual Studio for Mac to show currently opened solution
https://github.com/DreamTeamMobile/VS4Mac.SolutionName
maui visual-studio visual-studio-for-mac xamarin
Last synced: 12 days ago
JSON representation
Extension for Visual Studio for Mac to show currently opened solution
- Host: GitHub
- URL: https://github.com/DreamTeamMobile/VS4Mac.SolutionName
- Owner: DreamTeamMobile
- License: mit
- Created: 2017-11-15T15:54:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T06:07:07.000Z (about 2 years ago)
- Last Synced: 2024-08-01T19:43:30.060Z (3 months ago)
- Topics: maui, visual-studio, visual-studio-for-mac, xamarin
- Language: C#
- Homepage:
- Size: 7.22 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monodevelop - VS4Mac SolutionName
README
SolutionName extension for Visual Studio for Mac
====This extension shows current solution name in the Visual Studio for Mac dock and app switcher (Cmd-Tab) tile.
Helps navigating between multiple projects.
### How it looks
More screenshots [here](Meta).
### Preview builds
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
Download `.mpack` file from [Releases](https://github.com/DreamTeamMobile/VS4Mac.SolutionName/releases/)
Then install it in **Visual Studio for Mac > Extensions... > Install from file...**
#### Other notes
To update `.mpack` file, update version:
1. Compile in Release
2. Run bash script: `pack.sh`To fast apply any changes to this extension you can follow these steps:
1. Add any changes to `SolutionName/SolutionNameRenderer.cs` to change app icon view;
2. Run **SolutionName.PreviewApp** (macOS app);
3. 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.
#### Helpful links:
https://blog.lextudio.com/how-to-write-add-ins-of-visual-studio-for-mac-ee6113db5ddf
https://github.com/mrward?tab=repositories
#### Check our other extensions
https://github.com/alexsorokoletov/VisualStudioMac.SortRemoveUsings