Replies: 2 comments 6 replies
-
Can you show a picture of what you're seeing today? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I want to show in root context just type from |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with project which generates thousands of types (it is big database).
For example there is essence 'Product' with classes:
Typing 'Ref.Product' IDE suggest autocompletion:
I tried to use
[EditorBrowsable(EditorBrowsableState.Never)]
in various places. It hides classes. But not as i want.Is it possible to add
EditorBrowsableState.Dot
state.Behavior:
product
will not suggest anythingRef.product
will suggest only matching types direct fromRef
, notRef.*.*
Beta Was this translation helpful? Give feedback.
All reactions