Assistant tooltips still show up (with option disabled) when hovering over code


image

Appears to show up whenever you hover over something that has documentation.

Using Studio version 670 on Windows 10.
I have the following betas installed:
CreateAssetAsync, Dragger QoL, Face Capture, Live Animation Creator, New Studio Camera Controls, Script Sync

Expected behavior

I expect to not see the tooltip when I have Assistant Selection Tooltips disabled.
I leave Code Assist enabled because I want to occasionally use the keybind to auto-complete boilerplate text; I expect that option to only enable the keybind.

Dropping some additional info here - it turns out those buttons ignore the Code Assist setting. Even with Code Assist completely disabled, they still show up.

image
image

Unfortunately there is not currently a studio toggle to fix for this:

You can disable it for now by setting these FFlags in Studio:
“FFlagAssistantTooltipInScriptEditor3”:false
“FFlagScriptEditorAssistantTooltipsExperimentation”:false

3 Likes