Me1onRind

Results 2 issues of Me1onRind

Such as main.go --> a.NewA() -> b.NewB() -> c.NewC() ```shell go-callvis --relies pkg/c ``` Only show call links rely on pkg/c, ignore other links. It's useful when finding which codes...

new feature

Such as: ```shell . ├── m.py └── mylib ├── __init__.py └── foo.py ``` ```python # mylib/foo.py def hello(): print("??") ``` ```python # m.py hello() ``` Use :ImportSymbol when cursor in...