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

cant fold block comment #59173

Closed
yuliefas opened this issue Sep 23, 2018 · 2 comments
Closed

cant fold block comment #59173

yuliefas opened this issue Sep 23, 2018 · 2 comments
Assignees
Labels
editor-folding Editor code folding issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@yuliefas
Copy link

Issue Type: Bug

i usually write endpoints like this, but after vscode update coming, i cant fold comments.

not works, example:

/**
 *
 * NOT WORKS
 *
 * @api {PUT} /cars/:carId cars update
 * @apiName Cars
 * @apiGroup Cars
 * @apiVersion 1.0.0
 */
app.put('/:carId', updateHandler);

but the feature fold comment will work if I put block comments on the function.
works, example:

  /**
   *
   * THIS WORKS
   * @param {*} travellerId 
   */
  async detail(travellerId) {
  }

VS Code version: Code 1.27.2 (f46c4c4, 2018-09-12T07:04:11.329Z)
OS version: Darwin x64 17.0.0

@vscodebot vscodebot bot added editor editor-folding Editor code folding issues labels Sep 23, 2018
@aeschli aeschli assigned mjbvz and unassigned aeschli Sep 24, 2018
@aeschli
Copy link
Contributor

aeschli commented Sep 24, 2018

That's TypeScript, correct?

@mjbvz
Copy link
Collaborator

mjbvz commented Sep 24, 2018

Duplicate of microsoft/TypeScript#22732

@mjbvz mjbvz marked this as a duplicate of microsoft/TypeScript#22732 Sep 24, 2018
@mjbvz mjbvz closed this as completed Sep 24, 2018
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Sep 24, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-folding Editor code folding issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants