Even though the new "GetShortcutsEnabled()" method is present in the Inline Function editor autocomplete list, typing "VA.GetSh" will close the autocomplete list.
This is also true for "VA.GetProductID()"; Typing "VA.GetProd" will close the list.
EDIT: In v1.7.3.6, "GetShortcutsEnabled()" was moved to the "State" class and works correctly, "GetProductID()" was moved to the "Profile" class and renamed "ProductID()", also works correctly.