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

Add support for notebook document completions #486

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

smacke
Copy link
Contributor

@smacke smacke commented Nov 12, 2023

In this PR, we add support for notebook document completions, so that completions can work across cell boundaries. The implementation is straightforward and closely follows that for definitions.

Test plan: added a unit test that fails without the changes in this PR and passes with the changes.

@tkrabel
Copy link
Contributor

tkrabel commented Dec 18, 2023

@ccordoba12 can you TAL at this PR? :)

@ccordoba12
Copy link
Member

Thanks for the ping @tkrabel! Will do right away.

@ccordoba12 ccordoba12 added this to the v1.10.0 milestone Dec 18, 2023
@ccordoba12 ccordoba12 added the enhancement New feature or request label Dec 18, 2023
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

As you said @smacke, this is pretty straightforward, so it looks good to me.

@ccordoba12 ccordoba12 merged commit 7347737 into python-lsp:develop Dec 18, 2023
10 checks passed
@smacke
Copy link
Contributor Author

smacke commented Dec 18, 2023

Awesome TY!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants