SourceCompletionInfo.setSizing

Set sizing information for the info window. If shrink_width or shrink_height is TRUE, the info window will try to resize to fit the window contents, with a maximum size given by width and height. Setting width or height to -1 removes the maximum size of respectively the width and height of the window.

class SourceCompletionInfo
void
setSizing

Parameters

width int

The maximum/requested width of the window (-1 to default)

height int

The maximum/requested height of the window (-1 to default)

shrinkWidth int

Whether to shrink the width of the window to fit its contents

shrinkHeight int

Whether to shrink the height of the window to fit its contents

Meta