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",
})
- Attempt to add another value to the dictionary on a new line, and notice that above parameter is obscured by the hint.
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)