Mastering JSDoc: the complete guide for Javascript developers

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • typedoc

    Documentation generator for TypeScript projects.

  • Finally, JSDoc can be used to generate documentation for your code using tools like JSDoc itself and TypeDoc. These tools generate HTML or Markdown documentation based on your JSDoc annotations, making it easier for others to understand how your code works and how to use it.

  • JSDoc

    An API documentation generator for JavaScript.

  • JSDoc is a markup language used to describe the structure and behavior of Javascript code. It provides a standard way of documenting code so that other developers can easily understand what each function, method, or class does, its input parameters, return values, and more.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Visual Studio Code

    Visual Studio Code

  • Many modern editors and IDEs provide support for JSDoc, making it easier to write and maintain JSDoc annotations directly in your code. Let's take Visual Studio Code as an example.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cmd+S doesn't work on VSCode if you installed the ChatGPT Mac app

    1 project | news.ycombinator.com | 21 May 2024
  • Eclipse Theia IDE gets a makeover

    1 project | news.ycombinator.com | 19 May 2024
  • Revitalizing Software Excellence: Unveiling Effective Code Refactoring Strategies for Enhanced Development

    2 projects | dev.to | 18 May 2024
  • How to document your JavaScript package

    3 projects | dev.to | 17 May 2024
  • "Hello, World!" in HTML / CSS / JS

    1 project | dev.to | 13 May 2024