hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.09k stars 414 forks source link

C# code link with part of namespace #318

Closed BartNetJS closed 2 years ago

BartNetJS commented 2 years ago

Is it possible to add a part of the namespace to a c# class for the code link? In my situation I have two classes with the same name, but different namespace. For example: Web.Common.Controllers.CasesController Web.Common.Controllers.WebApi.CasesController

BartNetJS commented 2 years ago

already possible