YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

Feather: Autocomplete can omit struct variables from inline functions #1743

Open Emc1923 opened 1 year ago

Emc1923 commented 1 year ago

Description

Feather autocomplete tooltips will stop giving suggestions when trying to reference a struct variable after the function is called. Above it works as expected.

e.g., image

Steps To Reproduce

  1. Launch GM
  2. Open the attached sample
  3. Go to the create event of Object1
  4. Start typing any of the red variable names on some blank line at the bottom of the script
  5. Observe the issue as described

8494559f-5f7f-43f2-8fbb-dbe3dfe75c89

Emc1923 commented 1 year ago

Internally a similar issue was raised in here: https://bugs.opera.com/browse/GM-6395