No autocomplete entry in System.Cursors

No autocomplete (may I use Auto Discovery in this case ?) available in System.Cursors.

I wasted time trying to find the MouseCursor I wanted (the name) and its description in the documentation.

The answer is in Cursors.(list of mouse cursor names).

I had hard time to find that.

It’s been broken since the introduction of the new framework. I’m sure it’s reported in feedback.

Just found the answer to this one. Use the realbasic namespace.

me.MouseCursor = REALbasic.System.Cursors.Wait

This autocompletes.