Skip to content

Commit 1ec515d

Browse files
author
Calvin Allen
committed
Open Bin Folder for Visual Studio 4 Mac
1 parent 5953be0 commit 1ec515d

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

_data/opensource.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ details:
4949
cover_image: "VS4Mac-SuperClean.png"
5050
categories: ["vs4mac2022"]
5151
opened_date: "2023-04-19"
52+
- name: "Open Bin Folder"
53+
url: "https://github.com/CodingWithCalvin/vs4mac-openbinfolder"
54+
description: A Visual Studio for Mac extension that adds a right-click context menu command that allows you to open the project's output directory (i.e, the 'bin' folder) in Finder. This uses the currently active solution/project configuration to determin WHICH output folder to navigate to."
55+
cover_image: "VS4Mac-OpenBinFolder.png"
56+
categories: ["vs4mac2022"]
57+
opened_date: "2023-07-03"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Introducing the 'Open Bin Folder' Visual Studio - for Mac - extension!"
3+
date: "2023-07-03T20:02:48-04:00"
4+
categories: [dotnet, csharp, extensibility, vsmac]
5+
description: "I decided to port another of my Visual Studio (for Windows) extensions over to Visual Studio for Mac!"
6+
---
7+
8+
Introducing the "Open Bin Folder" extension for Visual Studio for Mac! This one works exactly the same as its Visual Studio (for Windows) counter-part.
9+
10+
Each project of your solution will have a new menu option in the right-click context menu, "Open Bin Folder". Clicking it will invoke Finder to the output directory for that project, based on your active configuration (Debug, Release, etc.)
11+
12+
To install (for now, until I can get it listed), is to grab the `.mpack` file directly from the most recent release on GitHub, and install it using the "Install from file" command from the Extensions dialog from within Visual Studio for Mac.
13+
14+
Feel free to check it out, and let me know if you have any suggestions for it - PRs accepted, too, if you’re into that sort of thing 😉.
296 KB
Loading
303 KB
Loading

0 commit comments

Comments
 (0)