Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>angularjs-dicrective-jumpNew to Visual Studio Code? Get it now.
angularjs-dicrective-jump

angularjs-dicrective-jump

yangguang

|
19 installs
| (1) | Free
AngularJS指令跳转插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AngularJS Directive Jump

一个用于在 AngularJS 项目中快速跳转到指令定义的 VSCode 插件。

功能特点

  • 支持从 HTML 文件中的指令属性跳转到对应的 JavaScript 定义
  • 自动处理短横线式到驼峰式的命名转换
  • 智能搜索顺序:
    1. 优先搜索项目的 v1 版本目录 (如果存在)
    2. 搜索项目的 js/common 目录
    3. 搜索 _boilerplate/js/common 目录
    4. 搜索 _boilerplate/js 目录
    5. 搜索整个项目目录
  • 支持缓存以提高性能
  • 提供清晰的搜索进度提示

使用方法

在 HTML 文件中,当光标位于指令属性上时,可以通过以下方式触发跳转:

  • 按 F12
  • Ctrl + 点击 (Mac 上是 Cmd + 点击)
  • Alt + 点击
  • 右键菜单中选择"跳转到指令定义"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft