ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
207 stars 26 forks source link

Enum auto complete not working #168

Closed TforTrevor closed 4 years ago

TforTrevor commented 4 years ago

When typing in an enum, the enum's values do not auto complete and instead shows every available workshop variable and action.

image

ItsDeltin commented 4 years ago

The completion seems to be handled before the dot is. Closing the completion window then pressing Ctrl+space should show the correct results.

TforTrevor commented 4 years ago

My bad, I haven't used this in a while and forgot you had to ctrl+space a lot to get completion to show up. Out of curiosity, is there no way for it to show proper suggestions without the ctrl+space combination?

ItsDeltin commented 4 years ago

I can fix it. This bug appeared in the last update, v1.6. It worked fine before that release.

ItsDeltin commented 4 years ago

Fixed in v1.7.