chanhx

Results 31 comments of chanhx

I didn't come across this problem before, but it seems related to building the wasm package. I have updated some build configurations, please update your local main branch and try...

Currently, Crabviz analyzes calling relationships of three kinds of symbols: function, method, and constructor. And anonymous functions in JS/TS are marked as variables (You can check symbol kinds in the...

Hmm, the performance bottleneck is on the language server side, and the Go language extension is relatively fast among all the extensions for compiled languages I have tested. If it...

Closing this issue due to inactivity.

Crabviz stops working if no language was detected. Please use the `Developer: Show Running Extensions` command to see where Crabviz is running.

@ishigoemon Thank you very much for reporting this. I just released a new version 0.3.1 solving this problem. Please update and try it out.

> The same problem occurs when I click on "CrabViz: generate call graph". So I try to degrade the version from v0.4.0 to v0.3.2,it works fortunately. And the version of...

> **Description:** Same problem as above. No graph showing and no any log output from "Extension Host(Remote)" when I try to generate call gragh from _the files or folders_. But...

> I love your project btw, it will definitely be adding improvements to my workflow Thank you! > what are the current languages that are supported? After v0.4.0, Crabviz reads...

> I have tried using the extension on both react+typescript projects and in python. I am unable to generate a function call graph from right clicking the src folder on...