Skip to content

JSX completions #863

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

Merged
merged 4 commits into from
May 15, 2025
Merged

JSX completions #863

merged 4 commits into from
May 15, 2025

Conversation

gabritto
Copy link
Member

Fill in the JSX-related places in completions.
Follow-up of #858.

Base automatically changed from gabritto/globalcompletion to main May 14, 2025 21:12
@gabritto gabritto force-pushed the gabritto/jsxcompletion branch from 996cc6d to d37a694 Compare May 15, 2025 17:45
@@ -1907,128 +1920,29 @@ func (l *LanguageService) createCompletionItem(
// Otherwise use the completion list default.
}

// Text edit
Copy link
Member Author

Choose a reason for hiding this comment

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

This all got moved to createLSPCompletionItem so it can be reused in other places that also created completion entries and now need to create an LSP completion item.

@gabritto gabritto marked this pull request as ready for review May 15, 2025 17:57
@gabritto gabritto added this pull request to the merge queue May 15, 2025
Merged via the queue into main with commit a3ce51b May 15, 2025
23 checks passed
@gabritto gabritto deleted the gabritto/jsxcompletion branch May 21, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants