Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HRBC Legacy NavigationNew to Visual Studio Code? Get it now.
HRBC Legacy Navigation

HRBC Legacy Navigation

Duy Vo

|
1 install
| (0) | Free
VS Code extension scaffold for navigating HRBC legacy JavaScript patterns.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HRBC Legacy Navigation

VS Code extension for navigating HRBC legacy JavaScript without modifying production source.

Implemented

  • P.* direct assignments
  • named-function exports such as P.t = getLocalizedString
  • object-literal public APIs
  • explicit object aliases
  • IIFE-returned public APIs
  • ambiguity preservation for repeated namespace definitions
  • static jQuery widget dispatch such as inputform('getAllData') and $(...).textinput('setData')

Not Implemented

  • generic computed dispatch such as obj[key](...)
  • runtime-selected widget names such as $(el)[widgetName](...)
  • heuristic short-name lookup without a proven export path

Commands

  • HRBC Navigation: Rebuild Index
  • HRBC Navigation: Show Index Stats
  • HRBC Navigation: Explain Resolution at Cursor
  • HRBC Navigation: Open Output

Build And Test

npm install
npm run build
npm test
npm run verify:production-isolation

Package

npm run package

This creates a .vsix file in the repository root.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft