Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TMS Definition FinderNew to Visual Studio Code? Get it now.
TMS Definition Finder

TMS Definition Finder

thomas-barlow

|
9 installs
| (1) | Free
This extension will open things at your convenience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Definition Finder

A VS Code extension that helps you jump straight to your project’s YAML entity definitions or SQL view definitions with a single command.

Features

  • YAML Definitions
    Scan all cmd/tms/definition/types/**/*.{yml,yaml} files and build an index of repository.entityTypes.
    From any open editor, invoke “Open Definition” to:

    1. Select or place your cursor on an entity name (or type it if nothing is selected).
    2. Instantly open the YAML file and scroll to the matching - name: … with its database: block.
  • SQL View Definitions
    Scan all cmd/tms/sql/migrations/*.up.sql files for CREATE VIEW statements.
    Always picks the highest‑numbered migration file for each view.
    Invoke “Open View Definition” to:

    1. Select or place your cursor on a view name (or type it if nothing is selected).
    2. Open the correct .up.sql and scroll to the CREATE VIEW … line.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft