Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ademanuele/VSMac-ClassDiagram
A Visual Studio for Mac extension that provides an interactive class diagram for loaded solutions.
https://github.com/ademanuele/VSMac-ClassDiagram
Last synced: 4 days ago
JSON representation
A Visual Studio for Mac extension that provides an interactive class diagram for loaded solutions.
- Host: GitHub
- URL: https://github.com/ademanuele/VSMac-ClassDiagram
- Owner: ademanuele
- License: mit
- Created: 2018-10-28T12:58:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T17:13:56.000Z (about 6 years ago)
- Last Synced: 2024-08-01T19:42:59.426Z (3 months ago)
- Language: C#
- Size: 916 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monodevelop - VSMac ClassDiagram
README
# VSMac-ClassDiagram (WIP⚒)
A Visual Studio for Mac extension that creates a visual graph of classes and their dependencies within your loaded projects.
Additionally, classes can be grouped together into user-created groups which is also displayed in the visual graph. For example, classes could be grouped as belonging to a "Model", "View" and "Controller" groups.
![](https://raw.githubusercontent.com/ademanuele/vsmac-classdiagram/master/doc/preview.png "Preview")
## Installing
1. Download the extension from the [Releases](https://github.com/ademanuele/VSMac-ClassDiagram/releases) section.
2. In Visual Studio for Mac, open `Extension Manager -> Install from file...` and install the downloaded file.
![](https://raw.githubusercontent.com/ademanuele/vsmac-codecoverage/master/doc/extension_manager.png "Extension Manager")
3. Restart Visual Studio for Mac
4. Done.
In order access the class diagram pad, navigate to `View -> Pads -> Class Diagram`.
## Authors
* **Arthur Demanuele**
## License
This project is licensed under the MIT License - [full details](LICENSE.md).