signature help

Does @codemirror/autocomplete implement support for signature help?

For example, in VSCode, signature help looks like:

No, but it should be possible to use addToOptions to implement something like this.

Realized Chrome DevTools has a good example on how to build this feature!

Look for “argumentHints” in the codebase.

1 Like