DEV Community

Discussion on: How to use JsDoc annotations with VsCode for intellisense - PART 1 👨‍💻😎

Collapse
 
seancassiere profile image
Sean Cassiere

This pretty neat!
Not really a replacement for TypeScript but allows you to bootstrap some of its more strict type-checking into a legacy JavaScript project.

I'm definitely not turning away from TypeScript, but maybe this'll be good weekend project to add these JSDoc hints to my legacy repos.

Collapse
 
sumansarkar profile image
Suman Sarkar

Yes @seancassiere
You are right.. I am a beginner in TypeScript and have lots of legacy projects to maintain. This is the way to go for me know :)
For new projects me and my friend are creating boilerplates in TypeScript using yarn workspaces