chanhx / crabviz

🦀 A LSP-based interative call graph generator
Apache License 2.0
674 stars 22 forks source link

if a method in macro_rules, the method won't be included in the generated graph #11

Open gobraves opened 1 year ago

gobraves commented 1 year ago

source file: tokio/src/runtime/runtime.rs expected result: function new will be in the generated graph Actual result: function new is missing image image

chanhx commented 1 year ago

Symbols are provided by language servers. This appears related to rust-lang/rust-analyzer#12665.