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

fix signature help when cursor is after the lparen of the function call #1718

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

Techatrix
Copy link
Member

This fixes a bug that was introduced in 756492b and went undetected because the signature help tests were testing on the wrong source code.

fixes #1717

This fixes a bug that was introduced in 756492b and went undetected because the signature help tests were testing on the wrong source code.

fixes #1717
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (42b3723) 76.47% compared to head (533844e) 76.47%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1718   +/-   ##
=======================================
  Coverage   76.47%   76.47%           
=======================================
  Files          34       34           
  Lines        9985     9987    +2     
=======================================
+ Hits         7636     7638    +2     
  Misses       2349     2349           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@llogick llogick merged commit 176108b into master Jan 16, 2024
@llogick llogick deleted the techatrix/signature-help-on-first-arg branch January 16, 2024 21:00
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 'textDocument/signatureHelp' doesn't work for the rightmost parenthesis of a function
2 participants