league1991 / CodeAtlasVsix

A graph-based code navigation plugin for Visual Studio
https://marketplace.visualstudio.com/items?itemName=YaobinOuyang.CodeAtlas
GNU General Public License v2.0
238 stars 38 forks source link

"Find Bases" does not create connections and nodes for C# Interfaces. #4

Open PeaceSells50 opened 5 years ago

PeaceSells50 commented 5 years ago

Visual Studio 2017 Windows 64.

Version 1.31. Compiled from GitHub source.

Thank you for this awesome Visual Studio extension.

It is really amazing!

league1991 commented 5 years ago

@PeaceSells50 Thank you for your feedback. I usually work on C++ and the support of C# is incomplete. Theoretically it's possible because doxygen should support C# interface. I'll do that later.