-
Notifications
You must be signed in to change notification settings - Fork 42
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
"No suggestions." box always present #7
Comments
Yes. This is a problem I haven't find a good solution. |
all i can say is that this very strange as the two other plugins do exactly the same as yours, but for them this does not result in this behavior |
74th's extension uses vscode's selections in normal mode, and only bind keys when there is no selections(Insert mode). I'll take a look into the other one. |
The other extention (vscodevim/Vim) has the same problem; IIRC they decided to wait until MS fixed this behavior. |
I'm the maintainer for vscodevim/Vim and just came across this project. @AndersenJ we programatically show the auto-suggest window following each key press so we have the opposite problem. Rather than showing no auto-suggest window, we always show it, even if there is nothing: VSCodeVim/Vim#126 As an aside,
You are absolutely welcome to help contribute to vscodevim. Definitely would be better if we all invested our effort in making one of these extensions better rather than having the mentality: "nope this sucks, i'm going to write my own". |
Apologize for the offensive words in readme(I edited them), didn't mean it. I was going to contribute to 74th's extension. However, I found I need to modify almost every file in that project to meet my needs, and it's almost a rewrite. |
This should be solved in 1.0.0. |
the subj
the suggestWidget box is always present once you start typing in the INSERT mode, even if there is nothing to suggest (displaying 'No suggestions'). This is an abnormal behavior and does not occur when extension is inactive.
cheers!
The text was updated successfully, but these errors were encountered: