When I hover over an instance of a component - either defined in the <script> or the <template>, the tooltip only shows basic component information without any custom documentation:
Expected Behavior
The tooltip should be able to display rich component documentation including:
What problem does this feature solve?
Current Behavior
When I hover over an instance of a component - either defined in the
<script>
or the<template>
, the tooltip only shows basic component information without any custom documentation:Expected Behavior
The tooltip should be able to display rich component documentation including:
Attempted Solution
I've tried implementing JSDoc/TSDoc-style documentation::
However, this documentation is not recognized by VSCode when hovering over the component.
Additional Context
<script setup lang="ts">
syntaxvue.volar
v2.1.6)Questions
Environment
What does the proposed solution look like?
Expose the line comment annotations from within a given Vue component to the IDE.