GitHub
github.com › homer0 › prettier-plugin-jsdoc
GitHub - homer0/prettier-plugin-jsdoc: A Prettier plugin to format JSDoc blocks.
A Prettier plugin to format JSDoc blocks. Contribute to homer0/prettier-plugin-jsdoc development by creating an account on GitHub.
Starred by 16 users
Forked by 3 users
Languages JavaScript 99.9% | Shell 0.1%
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc
GitHub - hosseinmd/prettier-plugin-jsdoc: A Prettier plugin to format JSDoc comments.
A Prettier plugin to format JSDoc comments. Contribute to hosseinmd/prettier-plugin-jsdoc development by creating an account on GitHub.
Starred by 265 users
Forked by 32 users
Languages TypeScript 74.6% | JavaScript 25.0% | Shell 0.4%
npm
npmjs.com › package › prettier-plugin-jsdoc
prettier-plugin-jsdoc - npm
Many good examples of how this plugin works are in the /tests directory. Compare tests and their snapshots. Configured with best practices of JSDoc style guides. ... Add prettier-plugin-jsdoc to your plugins list.
» npm install prettier-plugin-jsdoc
Published Dec 07, 2025
Version 1.8.0
Author Hossein mohammadi
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › blob › master › README.md
prettier-plugin-jsdoc/README.md at master · hosseinmd/prettier-plugin-jsdoc
A Prettier plugin to format JSDoc comments. Contribute to hosseinmd/prettier-plugin-jsdoc development by creating an account on GitHub.
Author hosseinmd
Prettier
prettier.io › docs › plugins
Plugins · Prettier
Prettier’s own implementations of all languages are expressed using the plugin API. The core prettier package contains JavaScript and other web-focused languages built in. For additional languages you’ll need to install ...
TypeScript Analyzer
rich-newman.github.io › typescript-analyzer-eslint-prettier › setupjsdoc.html
Set Up for JSDoc Plugin | TypeScript Analyzer (ESLint, Prettier)
To create the configuration file for JSDoc the following changes were made to the code in the default configuration file: In the first “plugins” section, which refers to JavaScript and TypeScript files, add "jsdoc".
GitHub
github.com › prettier › prettier › issues › 5659
Add support for formatting JSDoc comments · Issue #5659 · prettier/prettier
December 19, 2018 - It would be nice if Prettier formatted JSDoc comments, interpreting the text of the comment as markdown and properly handling tags. There are two parsers we could use: comment-parser for the overall comment, and jsdoctypeparser for the t...
Published Dec 19, 2018
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › commit › 4213aedd3b63e9dbc9e25c2b58a6e3cfcf7ede6b
feat: support tsdoc · hosseinmd/prettier-plugin-jsdoc@4213aed
March 4, 2021 - A Prettier plugin to format JSDoc comments. Contribute to hosseinmd/prettier-plugin-jsdoc development by creating an account on GitHub.
Author hosseinmd
GitHub
github.com › prettier › prettier › issues › 6057
JSDoc Plugin · Issue #6057 · prettier/prettier
September 29, 2018 - I'm currently investigating writing a plugin that will handle formatting of JSDoc comments in js files. It is not clear to me how to get this to work? I have: export const languages = [ { extensions: [".js"], name: "JSDoc", parsers: ["js...
Published Apr 14, 2019
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › issues
hosseinmd/prettier-plugin-jsdoc
A Prettier plugin to format JSDoc comments. Contribute to hosseinmd/prettier-plugin-jsdoc development by creating an account on GitHub.
Author hosseinmd
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › blob › master › CHANGELOG.md
prettier-plugin-jsdoc/CHANGELOG.md at master · hosseinmd/prettier-plugin-jsdoc
A Prettier plugin to format JSDoc comments. Contribute to hosseinmd/prettier-plugin-jsdoc development by creating an account on GitHub.
Author hosseinmd
CodeSandbox
codesandbox.io › examples › package › prettier-plugin-jsdoc
prettier-plugin-jsdoc examples - CodeSandbox
AboutA Prettier plugin to format JSDoc comments.185,408Weekly Downloads · Latest version1.8.0 · LicenseMIT · External Links · github.com/hosseinmd/prettier-plugin-jsdoc#readme · github.com/hosseinmd/prettier-plugin-jsdoc · github.com/hosseinmd/prettier-plugin-jsdoc/issues ·
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › discussions › 68
TSDoc and TypeScript support · hosseinmd/prettier-plugin-jsdoc · Discussion #68
hosseinmd / prettier-plugin-jsdoc Public · Notifications · You must be signed in to change notification settings · Fork 32 · Star 266 · RunDevelopment started this conversation in Ideas · TSDoc and TypeScript support #68 · RunDevelopment · Feb 10, 2021 ·
Author hosseinmd
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › issues › 122
Can't activate plugin · Issue #122 · hosseinmd/prettier-plugin-jsdoc
Whole log: https://pastebin.com/HfhiRanC Prettier: 2.3.2 Plugin: 0.3.23 Prettier Extension: 8.1.0 VSCode: 1.59.0 .prettierrc: { "arrowParens": "avoid", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "insertPragma": false, "jsxBracketSameLine": false, "jsxSingleQuote": false, "printWidth": 120, "proseWrap": "preserve", "quoteProps": "as-needed", "requirePragma": false, "semi": true, "singleQuote": true, "tabWidth": 4, "trailingComma": "none", "useTabs": false, "plugins": ["prettier-plugin-jsdoc"], "overrides": [ { "files": "*.{json,yml,yaml,prettierrc,eslintrc}",
Published Aug 19, 2021
Author DAmNRelentless
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc › issues › 10
Ignored unknown option { jsdocParser: true } · Issue #10 · hosseinmd/prettier-plugin-jsdoc
August 13, 2020 - I am unable to get prettier to format js docs in my files. I have the following versions and when I run prettier from the CLI I get the below error. "prettier": "^2.1.2", "prettier-plugin-jsdoc": "^0.2.4", [warn] Ignored unknown option {...
Published Nov 06, 2020
UNPKG
unpkg.com › browse › prettier-plugin-jsdoc@0.3.23 › README.md
prettier-plugin-jsdoc/README.md
[ # prettier-plugin-jsdoc Prettier plugin for format comment blocks and convert to standard Match with Visual studio and other IDE which support jsdoc and comments as markdown....
GitHub
github.com › tailwindlabs › prettier-plugin-tailwindcss › issues › 424
" RangeError: Maximum call stack size exceeded" with prettier-plugin-jsdoc · Issue #424 · tailwindlabs/prettier-plugin-tailwindcss
October 14, 2025 - :( ESLint: 9.39.1 RangeError: Maximum call stack size exceeded at findPluginByParser (file:///.../sample/node_modules/.pnpm/prettier-plugin-jsdoc@1.8.0_prettier@3.7.4/node_modules/prettier-plugin-jsdoc/dist/utils.js:162:28) at Object.jsDocPreprocess [as preprocess] (file:///.../sample/node_modules/.pnpm/prettier-plugin-jsdoc@1.8.0_prettier@3.7.4/node_modules/prettier-plugin-jsdoc/dist/index.js:257:36) at preprocess (file:///.../sample/node_modules/.pnpm/prettier-plugin-tailwindcss@0.7.2_prettier-plugin-jsdoc@1.8.0_prettier@3.7.4__prettier@3.7.4/node_modules/prettier-plugin-tailwindcss/dist/ind
Published Dec 10, 2025