Technology Radar
Published : Apr 03, 2024
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Apr 2024
Assess
Crabviz 是一个用于创建调用图的 Visual Studio Code 插件。这些图表是交互式的,这在使用中等规模的代码库(例如微服务)时起到了很大的作用。它们按文件分组显示类型、方法、函数和接口,并显示函数调用关系和接口实现关系。因为 Crabviz 基于语言服务器协议,只要安装了相应的语言服务器,就可以支持任意数量的语言。虽然这也意味着 Crabviz 仅限于静态代码分析,可能不足以满足某些用例。该插件是用 Rust 编写的,可在 Visual Studio Code Marketplace 上获取。