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
The completion provider currently filters items to public only, where it should consider visibility field on type declaration.
Following standard rules would be global/public allow any completion, protected only works if the type extends. private access is already implemented so perhaps a general review is required.
The completion provider currently filters items to public only, where it should consider
visibility
field on type declaration.Following standard rules would be global/public allow any completion, protected only works if the type extends. private access is already implemented so perhaps a general review is required.
See this area of code
The text was updated successfully, but these errors were encountered: