Skip to content

Add dependency search feature and Chinese README#74

Open
Fozzzzz wants to merge 14 commits into
gdela:masterfrom
Fozzzzz:master
Open

Add dependency search feature and Chinese README#74
Fozzzzz wants to merge 14 commits into
gdela:masterfrom
Fozzzzz:master

Conversation

@Fozzzzz

@Fozzzzz Fozzzzz commented Mar 19, 2026

Copy link
Copy Markdown

Summary

This PR adds a new search button to the UI to support fuzzy matching of method and class names in dependencies.

Changes

  • added UI search button
  • added fuzzy search for methods and class names in dependencies
  • filtered displayed components based on search results
  • applied the same filtering to the details table
  • added a Chinese README

Note

This change was implemented with the help of Copilot, followed by manual review and basic local testing.

Fozzzzz added 14 commits March 19, 2026 15:50
  在依赖明细表中将类名和方法名改为可点击元素,点击后基于 codemap.packageDeps[].memberDeps 构建反向调用索引,递归查找所有上级调用者并一直追溯到调用链顶端。调用链结果在表格下方展示,并在检测到循环调用时停
  止继续追溯并给出提示。同时修复弹层点击交互,避免点击表格内容时误关闭。另修正表格数据转换时丢失 package fqn 的问题,确保反向检索能够正确命中目标方法和类。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant