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

Suggestion for multi-lines comments and folding #36399

Closed
yveslange opened this issue Oct 17, 2017 · 1 comment
Closed

Suggestion for multi-lines comments and folding #36399

yveslange opened this issue Oct 17, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-folding Editor code folding issues

Comments

@yveslange
Copy link

  • VSCode Version: 1.17.1
  • OS Version: Windows 10

Steps to Reproduce:

  1. Write a multi-lines comment using /** */. Eg:
/**
 * This is my comment
 * on multiple lines.
 */
  1. Fold up the comment
 /** ...

Reproduces without extensions: Yes

Suggestion:
It would be good to have the first line of the comment when folded. Eg:

/** This is my comment...

Best regards

@vscodebot vscodebot bot added new release editor-folding Editor code folding issues labels Oct 17, 2017
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 17, 2017
@mjbvz
Copy link
Contributor

mjbvz commented Oct 17, 2017

Thanks. Looks like we are already tracking this with #31966

Closing as a duplicate of #31966

@mjbvz mjbvz closed this as completed Oct 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-folding Editor code folding issues
Projects
None yet
Development

No branches or pull requests

3 participants