Uniwares
Tomato Guru
    
Portugal
2322 Posts |
Posted - Jun 05 2020 : 05:48:02 AM
|
I know there are all kinds of find available, yet i needed one that isnt.
Needed to find all private constructors in a C# project. Made me think it could be useful to find generally by access (public/private/static/virtual, etc.) and type (ctor/dtor/indexer/property, etc.)
Sure, one can do a find text but thats rather tedious to sort out after since it will show up all kinds of stuff. |
|
feline
Whole Tomato Software
    
United Kingdom
19152 Posts |
Posted - Jun 05 2020 : 06:31:14 AM
|
We are considering allowing the Find Symbol dialog to be filtered by type and visibility, which would help a bit, if you are looking for where the constructors are declared / created. It would not help though if you wanted all calls inside your code to the constructors.
case=5031 |
zen is the art of being at one with the two'ness |
 |
|