Rhinocode - intellisense / code hints

Dear @eirannejad
…Version 8 (8.13.24289.13002, 2024-10-15) on a mac intel…
somehow the code hints / “intellisense”/ suggestions are really nervous or unusable.
when a function or constructor has multiple definitions it’s very hard to click the arrows and read them all:

in the video i would have loved to see

public Plane(
  Point3d origin,
  Vector3d xDirection,
  Vector3d yDirection
)

it even get s worth if i would rely on “nested” code hints.
for example an enum as a parameter …

… but maybe I am just to much used to visual studio ? or expecting to much…

but love to see some improvements - thanks.

Hi Tom,

When the text editor window is too small the autocomplete and signature help windows stack up on top of each other. When there is enough room the signature help window will be above the cursor and the autocomplete window below the cursor. We are working on improving that.

In the meantime you can hide the autocomplete window with the Esc key and show it again with ctrl+space. Instead of mouse clicks you can also navigate the signature help window with option+uparrow and option+downarrow.

Thanks for the feedback.