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.
Please sign in to leave a comment.
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...
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".
Jeff wrote:
I'm having the same issue. Has anybody had any luck with this?
Thanks,
Michael