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

feat: add function snippet syntax #538

Merged
merged 1 commit into from
Jul 20, 2022
Merged

Conversation

rockstar
Copy link
Contributor

This patch adds real snippet support to function parameter completion.
This means that one could potentially tab through each parameter in the
parameter list and add their associated values.

This patch is hilariously small and direct now that all the refactoring is
done.

Fixes #435
Fixes #431

@rockstar rockstar requested a review from a team as a code owner July 20, 2022 16:25
@rockstar rockstar requested review from asalem1 and removed request for a team July 20, 2022 16:25
This patch adds real snippet support to function parameter completion.
This means that one could potentially tab through each parameter in the
parameter list and add their associated values.

This patch is hilariously small and direct now that all the refactoring is
done.

Fixes #435
Fixes #431
@rockstar rockstar force-pushed the feat/function-snippet-syntax branch from 7d1055b to 0587e03 Compare July 20, 2022 16:32
@rockstar rockstar merged commit d771642 into master Jul 20, 2022
@rockstar rockstar deleted the feat/function-snippet-syntax branch July 20, 2022 16:51
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.

Proposal: LSP Client intiated function injection
2 participants