[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:
- Created 2 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think it was changed in https://github.com/microsoft/vscode/issues/125748.
I think it’d more useful if I just attach a demo:
As you can see pressing enter actually inserts asterisk. But takeover (when builtin TypeScript features ext disabled) mode doesn’t do this.