Skip to content

modaic-ai/dspy-intellisense

Repository files navigation

dspy-intellisense by Modaic

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 objects

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published