Provide a way to document Astro components, integrated with the language server #966
Closed
JonasGruenwald
started this conversation in
Proposal
Replies: 1 comment
-
Ah I suppose I missed this: I'm closing this since the linked proposal was accepted |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
It would be nice to have a standard way of documenting Astro components which the language server understands, so component documentation can be shown on hover for a given component.
Background & Motivation
When creating re-usable component within a project or components for use by others, it is useful to document the components functionality and props for reference.
Most frameworks provide ways to do this:
@component
tag for this: (svelte2tsx) Allow documenting components with a tagged HTML comment sveltejs/language-tools#285Goals
Beta Was this translation helpful? Give feedback.
All reactions