You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
It'd be great if there was a way to get quickinfo for our custom elements through a docstring or something.
To clarify, when I hover a regular html tag, it'll give me a tooltip with quick info on that element.
I'd like to have the same for my custom elements, potentially by adding a class docstring in the View-Model of the custom element?
I figure my use of custom-elements might be too specific to the Aurelia framework and this might not be nearly as practical as I might like to think haha. So no worries if it's not a reasonable request.
It'd be great if there was a way to get quickinfo for our custom elements through a docstring or something.
To clarify, when I hover a regular html tag, it'll give me a tooltip with quick info on that element.

I'd like to have the same for my custom elements, potentially by adding a class docstring in the View-Model of the custom element?

I figure my use of custom-elements might be too specific to the Aurelia framework and this might not be nearly as practical as I might like to think haha. So no worries if it's not a reasonable request.