You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I type new in a class-level declaration, can you please show every accessible member from the base class?
Like override, new is only valid as a modifier when hiding a base member.
You should offer completions for hidable (all) base members just like you do for override.
The text was updated successfully, but these errors were encountered:
If I type
new
in a class-level declaration, can you please show every accessible member from the base class?Like
override
,new
is only valid as a modifier when hiding a base member.You should offer completions for hidable (all) base members just like you do for
override
.The text was updated successfully, but these errors were encountered: