question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Take Over mode] Not inserting `*` on enter in JSDoc

See original GitHub issue
/**
 * |
 */
let interval: number

TS: Pressing enter in | position inserts asterisk in new line. This is not a case when take over mode is enabled.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
johnsoncodehkcommented, Mar 7, 2022
1reaction
zardoycommented, Mar 2, 2022

Can you reproduce this problem in johnsoncodehk/volar-starter?

I think it’d more useful if I just attach a demo:

Mar-02-2022 11-25-04

As you can see pressing enter actually inserts asterisk. But takeover (when builtin TypeScript features ext disabled) mode doesn’t do this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JSDoc comments | WebStorm Documentation - JetBrains
To enter the Rendered View mode, hover the mouse pointer over a comment and click · To quit the Rendered View mode, click...
Read more >
Configuring JSDoc with a configuration file
To run JSDoc with a configuration file, use the -c command-line option (for example, jsdoc -c /path/to/conf.json or jsdoc -c /path/to/conf.js ).
Read more >
How to use JsDoc annotations with VsCode for intellisense
We can utilise JsDoc with VSCode to get all these feature without going through the hassle. For those of you who are not...
Read more >
jsdoc: multiline description @property - javascript
By using a minus sign you can avoid <br> (moreover not working in vscode) /** * @property {String} editMode editing mode * -...
Read more >
Working with JavaScript in Visual Studio Code
Many popular libraries ship with typings files so you get IntelliSense for them automatically. For libraries that do not include typings, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found