A Visual Studio Code extension for searching within your project's dependency tree.
一款用于在项目依赖树中进行搜索的 Visual Studio Code 扩展。
Overview
DepSearch is a VS Code extension designed to help developers efficiently search for terms within the dependency tree of their JavaScript and TypeScript projects.
DepSearch 是一款 Visual Studio Code 扩展,旨在帮助开发者在 JavaScript 和 TypeScript 项目的依赖树中高效搜索特定术语。
Features
Dependency Tree Search: Search for terms across all files in a dependency chain, starting from an entry file. 依赖树搜索:从入口文件开始,在整个依赖链的所有文件中搜索术语。
Interactive Webview: A modern UI built with Svelte, featuring case-sensitive and whole-word search options. 交互式 Webview:基于 Svelte 构建的现代化界面,支持区分大小写和全字匹配搜索选项。
Fast Search: Powered by ripgrep for high-performance searches, with a Node.js fallback for robustness. 快速搜索:使用 ripgrep 提供高性能搜索,并配备 Node.js 后备机制以确保健壮性。
VS Code Integration: Accessible via the activity bar and explorer context menu. VS Code 集成:通过活动栏和资源管理器上下文菜单轻松访问。
Installation
Open Visual Studio Code.
打开 Visual Studio Code。
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
进入扩展视图(Ctrl+Shift+X 或 macOS 上的 Cmd+Shift+X)。
Search for DepSearch by Northseacoder.
搜索 Northseacoder 发布的 DepSearch。