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

Include trailing '!' in identifier names for hover #5175

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

ChrisPenner
Copy link
Contributor

@ChrisPenner ChrisPenner commented Jul 2, 2024

Overview

Closes #5097

cc @ceedubs

Implementation notes

Allow a trailing ! on identifiers, but not in identifier prefixes.

Test coverage

I tested it in Vim, would be good to add a more comprehensive Hover test suite eventually, but not worth the effort at the moment as there are more important things to do.

@ChrisPenner ChrisPenner marked this pull request as ready for review July 2, 2024 22:52
@aryairani aryairani merged commit 54e17f2 into trunk Jul 2, 2024
20 checks passed
@aryairani aryairani deleted the cp/trailing-bang-lsp branch July 2, 2024 23:43
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.

LSP hover info uses wrong name for term ending in bang
2 participants