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
I've noticed in my time using Vetur for development, that it doesn't support the automatic generation of JSDocs inside .vue files.
Normally, in a JS/TS file, if you start typing /** and hitting Enter on the line above a function, it will do its best to generate a JSDoc block based on the function's existing parameters, types, etc. This is functionality built into VSCode, that unfortunately this doesn't work inside <script> tags in .vue files.
Is there any way Vetur can extend the existing JSDoc generation functionality in Vue files?
The text was updated successfully, but these errors were encountered:
Feature Request
I've noticed in my time using Vetur for development, that it doesn't support the automatic generation of JSDocs inside
.vue
files.Normally, in a JS/TS file, if you start typing
/**
and hittingEnter
on the line above a function, it will do its best to generate a JSDoc block based on the function's existing parameters, types, etc. This is functionality built into VSCode, that unfortunately this doesn't work inside<script>
tags in.vue
files.Is there any way Vetur can extend the existing JSDoc generation functionality in Vue files?
The text was updated successfully, but these errors were encountered: