Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>dspy-intellisenseNew to Visual Studio Code? Get it now.
dspy-intellisense

dspy-intellisense

Modaic

| (0) | Free
Advanced syntax highlighting and typing support for DSPy
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

dspy-intellisense README

IntelliSense for DSPy. Tracks and annotates input and output fields from Signatures to Predictions.

Features

Completion suggestions for inputs

Input Completions

Hover annotations for inputs

Input Annotations

Hover annotations for Prediction instances

Prediction Annotations

Completion suggestions for outputs

Output Completions

Hover annotations for outputs

Output Annotations

Works with inline signatures too!

Inline Signature

Extension Settings

You can change the highlight color of Prediction output fields by changing the following VSCode settings.json. Note, by default the highlight color is #9CDCFE

{
  "dspyIntellisense.decorationHighlighting.color": "#a5e075" // change to your preferred output field highlight color
}

Known Issues

  • The highlight color of output fields will not match your theme's color for attributes by default. You must configure it mannually using the "dspyIntellisense.decorationHighlighting.color" setting.

Release Notes

1.0.0

Initial release of DSPy IntelliSense

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