You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you type swi, you will get autocomplete for os_switch and switch, but it defaults to os_switch, which is quite rare to use compared to a switch statement. In CE1, switch is the first option.
CE1:
(Why does CE1 think switch is a macro lol)
(Was it a hack to make it appear first on the autocomplete list?)
Steps To Reproduce
Type swi and hit enter. You'll get os_switch instead of switch.
Which version of GameMaker are you reporting this issue for?
IDE v2024.1100.0.626 Runtime v2024.1100.0.652
Which operating system(s) are you seeing the problem on?
Fixed. Tweaks to the ranking algorithm now correctly deranks snippets to the bottom unless they have a direct match. Additionally, longer direct matches will now rank higher. Both of these conditions were expected but did not function correctly prior.
Description
If you type
swi
, you will get autocomplete foros_switch
andswitch
, but it defaults to os_switch, which is quite rare to use compared to a switch statement. In CE1,switch
is the first option.CE1:
(Why does CE1 think switch is a macro lol)
(Was it a hack to make it appear first on the autocomplete list?)
Steps To Reproduce
Type
swi
and hit enter. You'll get os_switch instead of switch.Which version of GameMaker are you reporting this issue for?
IDE v2024.1100.0.626 Runtime v2024.1100.0.652
Which operating system(s) are you seeing the problem on?
Windows 10.0.22631.0
6d53b2db-ec07-46c9-92e0-ca801061d527
The text was updated successfully, but these errors were encountered: