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

Allow disabling of JSDoc completion in VSCode takeover mode #3186

Closed
uturnr opened this issue May 14, 2023 · 0 comments · Fixed by #3788
Closed

Allow disabling of JSDoc completion in VSCode takeover mode #3186

uturnr opened this issue May 14, 2023 · 0 comments · Fixed by #3788
Labels
enhancement New feature or request

Comments

@uturnr
Copy link

uturnr commented May 14, 2023

Before takeover mode, I used the following setting in my VSCode settings.json to disable generation of params in JSDoc:

"typescript.suggest.completeJSDocs": false,

Now, that setting is flagged as Unknown Configuration Setting. I assume any settings need to be manually reimplemented in the Volar extension(s), so I'm proposing a similar setting should be added.

Example of behaviour

  1. First function gets @param doc, which is undesired for me when working in typescript.
  2. Second function has no arguments so generates an empty comment. I prefer this behaviour always, even if there are arguments.
Screen.Recording.2023-05-14.at.3.46.43.PM.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants