You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
First function gets @param doc, which is undesired for me when working in typescript.
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
The text was updated successfully, but these errors were encountered:
Before takeover mode, I used the following setting in my VSCode
settings.json
to disable generation of params in JSDoc: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
@param
doc, which is undesired for me when working in typescript.Screen.Recording.2023-05-14.at.3.46.43.PM.mov
The text was updated successfully, but these errors were encountered: