This PR overrides the getQuickInfoAtPosition function on the LS proxy object in the plugin. Quick info shows up e.g. when hovering your cursor over a variable (see screenshots). It is important to show the correct type here since this is a way to evaluate type functions.
This PR overrides the
getQuickInfoAtPosition
function on the LS proxy object in the plugin. Quick info shows up e.g. when hovering your cursor over a variable (see screenshots). It is important to show the correct type here since this is a way to evaluate type functions.Without override:
With override: