netprints
netprints copied to clipboard
Find type
Variables can not find type of interface
This is because ReflectionProvider.GetNonStaticTypes() https://github.com/RobinKa/netprints/blob/f7e920d76079fb45772aec49f2efb5aa30b7fa2b/NetPrintsEditor/Reflection/ReflectionProvider.cs#L257-L264 only returns non-abstract types which was done because the same function is used for selecting types in constructors for example. As a solution a query system for types similar to the variable and method one should be created. I will work on this when I have some time.
Thank you!