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

Fixed closing JSDoc when adding multiple blocks #49888

Merged
merged 4 commits into from
Jul 21, 2022

Conversation

armanio123
Copy link
Member

Fixes autocompletion of JSDocs when multiple blocks are present.

i.e.

/** */
/**|
function foo() {}

Before the PR, the second block does not autocomplete. After the PR the scenario is working now.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jul 13, 2022
Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one suggestion to use some

src/services/jsDoc.ts Outdated Show resolved Hide resolved
armanio123 and others added 2 commits July 21, 2022 11:03
Co-authored-by: Nathan Shively-Sanders <293473 [email protected]>
@armanio123 armanio123 merged commit 7b76416 into microsoft:main Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants