structural-search
IntelliJ Structural Search to find classes that implement A but not B
I\'m trying to use IntelliJ 10.5\'s \"structural search\" feature to find classes that implement an interface, A but do not implement another interface, B.[详细]
2023-03-10 14:03 分类:问答resharper search with pattern for using(... new System.Data.Linq.DataContext)
I am attempting to search for using (var context = new $DataContext$()) where DataContext is any class that extends System.Data.Linq.DataContext using Resharpers \'Search with Pattern\'.[详细]
2023-02-11 20:07 分类:问答ReSharper search pattern: "Can not parse pattern"
R# 5.1.1751.8 When I perform a pattern search for... catch开发者_开发知识库 (Exception e) {} ...I\'m shown an error dialog which says \"Can not parse pattern\".[详细]
2023-01-17 09:25 分类:问答C#/Resharper 5 structural search, detect and warn if any non-virtual public methods on classes with certain attributes
I\'m using LinFu\'s dynamic proxy to add some advice to some classes.The problem is that the proxied objects can only intercept virtual methods and will return the return type\'s default value for non[详细]
2022-12-27 16:38 分类:问答Any way to run Firefox with GreaseMonkey scripts without a GUI/X session
I need to build a small \"monitoring\" scraper for a 3rd party website (it\'s an external website that has stats about our visitors).[详细]
2022-12-17 11:43 分类:问答