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

extension completions stay for too long #86

Open
cjhopman opened this issue Aug 29, 2023 · 0 comments
Open

extension completions stay for too long #86

cjhopman opened this issue Aug 29, 2023 · 0 comments
Labels

Comments

@cjhopman
Copy link
Contributor

if you type some_list.app then we will suggest completing to append(object). That's good. But when you keep typing and type out "some_list.append(obj" we still have that suggested completion and then when you type "some_list.append(obj)" the suggestion is still there, and then when you hit enter you accept the suggestion and we replace your code with "some_list.append". This is bad.

@cjhopman cjhopman changed the title starlark extension completions stay for too long extension completions stay for too long Aug 29, 2023
@ndmitchell ndmitchell added the lsp label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants