Intellisense missing override methods

In my form class, I type override to create a new method but none of the
OnXXX methods are visible using intellisense. From within an existing
method, I can type base.Onxxx and the methods are listed as expected.


0
3 comments
Avatar
Permanently deleted user

And you are 100% sure that these OnXXX methods are virtual?

Gabriel Lozano-Morán

"Jeff" <jeffwalsh@hotmail.com> wrote in message
news:e556op$kc2$1@is.intellij.net...

In my form class, I type override to create a new method but none of the
OnXXX methods are visible using intellisense. From within an existing
method, I can type base.Onxxx and the methods are listed as expected.


0
Avatar
Permanently deleted user

I recall this working in earlier build also, it's a nice shorthand to see which methods you can override, however it's not working anymore.

To reproduce, where you would type in a new method name in the class, type "override".

0
Avatar
Permanently deleted user

Jeff wrote:

In my form class, I type override to create a new method but none of the
OnXXX methods are visible using intellisense. From within an existing
method, I can type base.Onxxx and the methods are listed as expected.

I'm having the same issue. Has anybody had any luck with this?

Thanks,
Michael

0

Please sign in to leave a comment.