Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ADI semantic highlightsNew to Visual Studio Code? Get it now.
ADI semantic highlights

ADI semantic highlights

Nadeem Lab

|
1 install
| (0) | Free
Show tooltips and completions for definitions and fields of a relational database schema and ontology.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

adi-semantic-highlights

https://github.com/nadeemlab/adi-semantic-highlights

This extension provides tooltips and completions from a given specified relational schema. For the purposes of this extension, a schema is:

  • Definitions for entities.
  • Definitions for properties.
  • List of tables with names.
  • List of fields with names.

The schema framework is described in detail here: https://adiframework.com.

Features

The tooltips show full names, possibly aliases, and definitions, as well as links to external ontologies if annotated in the schema. For example, in the below a link is provided to OBI:0000066.

hovering

Text completions are available for the vocabulary of the schema, and specifically fields for given entities/table names using dot-notation.

completion

Use the command palette (may be CMD Shift P or Ctrl Shift P) to select the schema source file or files.

Two formats are supported:

  1. SQLite database. (Example: scstudies.sqlite)
  2. TSV files in a subdirectory. (Example: scstudies/)

selectschema

Settings

The setting Disable ADI Schema Highlight is available to turn off all functionality of this extension.

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