Answer the question
In order to leave comments, you need to log in
How to make JSDoc auto-annotations work in VSCode?
Hello. Can you please tell me how to make JSDoc auto-annotations work in VSCode? In general, I write code, I want to make, for example, documentation of a function, I enter /** Enter , a template of the form should appear:
/**
*
* @param{}
* @param{}
*/
function blaBla() {
// Какой-то код...
};
<script>
function blaBla() {
// Какой-то код...
};
</script>
, then it doesn't work. Can this be enabled somehow? Answer the question
In order to leave comments, you need to log in
Write in js and include it as a script
"Sorry! 'Document This' currently only supports JavaScript and TypeScript."
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question