IntelliSense for DSPy. Tracks and annotates input and output fields from Signatures to Predictions.
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
}- 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.
Initial release of DSPy IntelliSense





