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

When adding jsdoc type comment code completion is no ok #2812

Closed
idantr opened this issue Dec 15, 2015 · 3 comments
Closed

When adding jsdoc type comment code completion is no ok #2812

idantr opened this issue Dec 15, 2015 · 3 comments

Comments

@idantr
Copy link

idantr commented Dec 15, 2015

When you try to write /* and press Enter the cursor is going to the next row
and the result is
/*
*

I was expecting to get code completion with the close of the remark block like:
/*
*
*/

or

/*
*/

regards
Idan

@mitchellsimoens
Copy link

I agree, using few editors (Visual Studio Code being my favorite currently), when I type /** it automatically appends */. My caret is still right after the opening (what I've typed). So when I press enter, it automatically creates a new line and moves that ending bit to it's own line so I end up with:

/**
 * <caret here>
 */

@github-actions
Copy link

github-actions bot commented May 9, 2022

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@mkslanc
Copy link
Contributor

mkslanc commented Jun 23, 2024

Fixed by #5109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants