Skip to content

Word completion retains deleted words #851

@Victor-El

Description

@Victor-El

Prerequisites

  • I have searched open and closed issues for duplicates.

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:

  1. Click on the settings icon
  2. Click on the extensions tab
  3. Check Words Completion extension
  4. Start writing a script greater than 50 lines.
  5. Deliberately make some mistakes in variable names or function names.
  6. Go back and correct them.
  7. Now check whether you get those words that contains mistakes.

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

Screenshot from 2020-07-25 18-23-57

  • I'm using the latest version from git that I've manually compiled
  • I'm using the latest released stable version

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: MediumShould be addressed when time allows

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions