Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable markdown highlighting in JSDoc comments #65780

Closed
futagoza opened this issue Dec 28, 2018 · 2 comments
Closed

Add option to disable markdown highlighting in JSDoc comments #65780

futagoza opened this issue Dec 28, 2018 · 2 comments
Assignees
Labels
*extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality grammar Syntax highlighting grammar javascript JavaScript support issues

Comments

@futagoza
Copy link

Would it be possible to add an option to disable the markdown highlighting in JSDoc comments?

{
    // can be used to explicitly opt into disabling the default behavour
    "jsdoc.disableMarkdownHighlighting": false,

    // explicitly describes the default behavour, disabling it on `false`
    "jsdoc.highlightMarkdown": true,
}

As for my motive (or use case): it's distracting when using JSDoc types in plain JavaScript 😢

@vscodebot vscodebot bot added the javascript JavaScript support issues label Dec 28, 2018
@mjbvz mjbvz added feature-request Request for new features or functionality grammar Syntax highlighting grammar labels Jan 2, 2019
@mjbvz
Copy link
Collaborator

mjbvz commented May 17, 2019

Depends on #53885

@mjbvz
Copy link
Collaborator

mjbvz commented Nov 15, 2019

This functionality now ships as an extension: https://marketplace.visualstudio.com/items?itemName=bierner.jsdoc-markdown-highlighting

@mjbvz mjbvz closed this as completed Nov 15, 2019
@mjbvz mjbvz added the *extension-candidate Issue identified as good extension implementation label Nov 15, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality grammar Syntax highlighting grammar javascript JavaScript support issues
Projects
None yet
Development

No branches or pull requests

2 participants