Skip to content

Completion for keyword arguments #3397

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

monkeyWzr
Copy link
Contributor

Motivation

Closes #2913.

Implementation

  • add trigger characters for completion: (, ,
  • find possible candidates from method's signature and existing arguments
  • handle nesting method calls

Automated Tests

Added.

Manual Tests

Kapture 2025-04-16 at 18 21 51

@monkeyWzr monkeyWzr requested a review from a team as a code owner April 16, 2025 09:23
Copy link

graphite-app bot commented Apr 16, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@monkeyWzr monkeyWzr force-pushed the keyword_arg_completion branch from de0b146 to 011ef16 Compare April 16, 2025 09:26
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.

Provide completion for keyword arguments in method calls
1 participant