Rock YouTube channel with real views, likes and subscribers
Get Free YouTube Subscribers, Views and Likes

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

Follow
Code 2020

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.

If you add type annotations, VS Code can type check your JavaScript: https://code.visualstudio.com/Docs/la...

posted by aber92