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.02k stars 406 forks source link

DRAWIO doesnt work with functions!!! #401

Open Arhimagistr opened 10 months ago

Arhimagistr commented 10 months ago

As i think it's possible to link just classes but not functions and so on. Anybody if you know let know me the tool which helps to debug JS code.. a lot of js code!!

..or may be some ideas how to setup drawio bind not only classes but almost functions etc. ???? P.S.: i've found the vs code plugin: dependency graph... but it works with just dependencies!!! anybody knows how to make functions dependecies map for debugging????

abulka commented 8 months ago

As a Python programmer, I agree. The ability to link to functions and files would be greatly appreciated, as Python is not as "class centric" as other programming languages like Java.

Actually I suppose Javascript programmers would also appreciate being able to link to functions as classes are even rarer in Javascript.

P.S. Being able to link to a file.function.subfunction etc. would be pretty cool, as would the ability to link to file.class.method or file.class.attribute etc.