VS Code tips — Quickly writing JSDoc comments in JavaScript and TypeScript

preview_player
Показать описание
Today's VS Code tip: quickly writing JSDoc comments

You can scaffold out JSDoc comments in JavaScript or TypeScript by typing /** before a function and hitting enter.

Рекомендации по теме
Комментарии
Автор

Thanks for getting to the point and not turning this into a Netflix series.

adventurer
Автор

Hi @Code 2020 - Matt Bierner - could you please create an instruction video to solve problems when using VS Code - with Python - and python scripts file did not see imports.
Where do we need to add changes similar to (workspaceFolder) in Source Root - because PyCharm sees all import.
in launch.json file
OR in settings.json file

InterestingYouTub
Автор

Lol so typescript as a devDependency for type checking JavaScript. No need to write actual TS 🥰

everythingisfine
Автор

This video is SO GOOD. // @ts-check alone is worth gold. THANK YOU SO MUCH.

somevideos
Автор

what if i dont know all the types i wrote and dont want to write types at all? what can i use? jsdoc generator on vscode did not work.

melih
Автор

Always looking for ways to increase efficiency, great tips!

DevsLikeUs
Автор

Please select a TypeScript or JavaScript function signature..

xplazz