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

issue about code link to a function (c/c++) #289

Closed wpz1988 closed 2 years ago

wpz1988 commented 2 years ago

Currently I can success jump to the definition of a symbol , But it cannot jump to an definition of a function, for the description of code-link feature -> LINK "In TypeScript, symbols are functions, classes, consts, interfaces, ..."

I am not sure about what this really means, is it only for TypeScript to jump to an symbols are functions? or how can it jump to an definition of a function? image

hediet commented 2 years ago

Can you press F1, press backspace and type #SetWorkSheet and hit enter? Does that work? If not, this feature won't work neither.

wpz1988 commented 2 years ago

Can you press F1, press backspace and type #SetWorkSheet and hit enter? Does that work? If not, this feature won't work neither.

image image Do you mean try like this?

hediet commented 2 years ago

Yes, #alarm18sec should work as node label then.

wpz1988 commented 2 years ago

Yes, #alarm18sec should work as node label then.

so, can it be fixed?

hediet commented 2 years ago

It should work already ;)

wpz1988 commented 2 years ago

It should work already ;) image in this screenshot ,I double click the #alarm18Sec label, the vscode will should the comment" No symbol found with name..."

and I try another simply example, the result is same. image

So maybe there is another way to name the label?