Hi Sergey
DPack is getting better and better every day, I have an small suggestion that sure will be useful to a lot of people.
In our apps we have a lot of generated entities and for example for a Customer entity we have
Dao.Customer.cs
Domain.Customer.cs
Fields.Customer.cs
Gui.Customer.cs
Customer.cs
Would be so cool to define a filter and a short cut to it, that filter must only show for examples items that match with Domain.*.cs
So we just only need to press a short cut and search inside the Domains, the current problem is:
- if I type Domain I get all the domains of the entities
- If I type Customer I get a ton of files too
There is any change to discuss this feature ?
Best Regards
Thanks
Marcos