bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

Variable prefix substrings are added to autocomplete #101

Closed adam-coster closed 1 year ago

adam-coster commented 1 year ago

As the user types out the name of a variable, each subset of the final name ends up added as a variable name and then becomes available indefinitely in autocomplete. This is likely due to some combination of the update logic and the logic for when an identifier is considered to be something being added versus something that should exist already.