-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Word completion not working properly. #851
Comments
I still see these sorts of errors from time to time. I see that in: https://github.com/elementary/code/blob/master/plugins/word-completion/plugin.vala#L137 the |
@colinkiama Is that something you have time to attempt? I agree the word completion plugin could be improved - it suggests deleted words and misses words recently added at the moment. |
Yes, I can spend a few hours a week on this issue. |
This is as far as I can go with this issue: https://github.com/elementary/code/tree/851-fix-word-completion-logic Things left to implement:
|
@colinkiama Thanks for your work on this! I have created a draft PR and will try it out and, if possible complete it. |
Prerequisites
Describe the bug
I found out that word completion extension suggests some incomplete words I used, or
some mistakes I made which I later corrected. I encountered this error in my JavaScript file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the word completion to suggest only words that are currently in my code, not
words that have been deleted or incomplete words.
Screenshots or screen recordings
Logs
Platform Information
Additional context
The text was updated successfully, but these errors were encountered: