Currently provider implementations don't check types from outer namespaces. For example:
If you try to jump for reference\definition from Namespace.A.B.C; - providers won't check following namespace:
- Namespace
- Namespace.A
- Namespace.A.B
Only current namespace will be checked
Currently provider implementations don't check types from outer namespaces. For example:
If you try to jump for reference\definition from Namespace.A.B.C; - providers won't check following namespace:
Only current namespace will be checked