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
There are multiple levels of namespaces in some projects. It means that fully-qualified names are too long to scan quickly in a tooltip. It would be great to have the following combinable configuration options:
do not show fully-qualified names at all;
do not show fully-qualified names for code coming from System.* namespaces;
do not show fully-qualified names for code interacting within same namespace (common root namespaces can optionally be shown as three dots).
There could be further options to differentiate between solution's and third party libraries' namespaces but I am not sure about the use case.
The text was updated successfully, but these errors were encountered:
There are multiple levels of namespaces in some projects. It means that fully-qualified names are too long to scan quickly in a tooltip. It would be great to have the following combinable configuration options:
There could be further options to differentiate between solution's and third party libraries' namespaces but I am not sure about the use case.
The text was updated successfully, but these errors were encountered: