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

Python autocomplete inside of function #5275

Closed
jonas-w opened this issue Dec 24, 2022 · 4 comments
Closed

Python autocomplete inside of function #5275

jonas-w opened this issue Dec 24, 2022 · 4 comments
Labels
C-bug Category: This is a bug

Comments

@jonas-w
Copy link

jonas-w commented Dec 24, 2022

Summary

Can't really tell if it really is a problem with helix or just a configuration problem. (Sorry in advance if it isn't a helix issue)

Basically when I'm inside of a function and write something inside of it for example:

# Cursor location is "|"
print(urllib.|)

i only see the docstring for print, although i want to have autocompletion for urllib.

Thanks

Reproduction Steps

In helix with pylsp default config:

asciicast

For comparison in lvim with pylsp default config (only installed for this):

asciicast

Helix log

No response

Platform

Archlinux

Terminal Emulator

foot

Helix Version

helix 22.12

@jonas-w jonas-w added the C-bug Category: This is a bug label Dec 24, 2022
@the-mikedavis
Copy link
Member

the-mikedavis commented Dec 24, 2022

I wonder if the signature help popup is covering the completion menu? If you hit C-c (Ctrl+c) it will dismiss the signature help popup

@jonas-w
Copy link
Author

jonas-w commented Dec 26, 2022

@the-mikedavis thanks, that seems to be the problem. But after every autocompletion it pops up again, kind of annyoing. Is the placement something that can be configured or what would be the best way to solve this issue?

@the-mikedavis
Copy link
Member

There's an issue discussing this: #3821

I'll close in favor of that issue

@jonas-w
Copy link
Author

jonas-w commented Dec 28, 2022

Oh sorry for the dupe, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants