DEV Community

Discussion on: Document your Javascript code with JSDoc

Collapse
 
yuripredborskiy profile image
Yuri Predborskiy

That swagger jsdoc integration seems interesting - I'm in the process of updating swagger doc file and it is rather inconvenient to do it "by hand" by checking the code every time.

Thanks for info on vs code, I'm trying to get off webstorm and that seems like a decent alternative.

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thanks for reading!
I loved the swagger integration too. It’s better than having to write the whole definition manually in separate files. But, to be honest, it’s still pretty tedious... So I'm still looking for better solutions. This one seems interesting too, but I haven't tried it yet.
I've been a huge fan of VSCode for years, its light and minimalist, but also highly customizable. You should definitely try it!

Collapse
 
blessingraolane profile image
Blessing Raolane

Found anything less tedious?