"Enable Signature Help" should not overlay other arguments when calling a function and using multiple lines

Reproduction Steps

1. Turn on “Enable Signature Help” in Studio Settings > Script Editor > General
2. Paste the following code:

function foo(args)
    
end

foo({
    hello="world",

})
  1. Attempt to add another value to the dictionary on a new line, and notice that above parameter is obscured by the hint.

Screenshot (529)

Expected Behavior

I expect the signature help to appear above the function call itself.

Actual Behavior

As shown in above screenshot, the Signature Help covers key values when trying to add new ones on new lines.

Issue Area: Studio
Issue Type: Display
Impact: Low
Frequency: Constantly
Date First Experienced: 2022-08-10 00:08:00 (+01:00)
Date Last Experienced: 2022-08-10 00:08:00 (+01:00)

The new overlay causes this and it is really annoying and unnecessarily wide.


This issue does not occur with variable suggestions.

1 Like

Thanks for the report! We’ll follow up when we have an update for you.

2 Likes

While this can be hidden with the Escape key, I think it’s a realistic expectation for it to disappear until the next comma or symbol.