I have the following problem. I have some C# classes and I need an UML class diagram for that as documentation. As I want to spare time and nerves it would be awesome if I can generate the diagram out of my code. (Reverse engineering tool) I'm using Visual Studio 2015 Enterprise, but in the UML tool there I can only draw them by hand or am I missing something? I know there's such a tool in eclipse named object aid uml. Something similar would fulfill my needs. EDIT: View > Class view - is unfortunately not enough
A deeper research got me to this stackoverflow post from a Microsoft employee. He clearly states that there's no intention to bring such a reverse engineering tool to Visual Studio 2015.
Reference: https://stackoverflow.com/a/32139082/3957817