Bug? Popup routine info window too narrow

JohnC

Expert
Licensed User
Longtime User
As I am typing code that is calling a routine, it's very helpful when it displays a pop-up window of the required parameters and their type.

However, as you can see in the below screenshot, the pop-up window is not horizontally wide enough, so I can't see all the params.

Yeah, I can leave what I am doing and slide the horizontal scroll bar to see the additional params, but that defeats the goal of saving time.

Intellesense-TooShort.png


Maybe have an option to wrap the text to a new line in the pop-up window if it's too wide?
 
Last edited:
Top