What is Code Filter?Code Filter is a productivity tool that helps search and analyze source code (the preview version supports C# only) It allows to select (or hide) subsets of code based on syntax elements. Main use cases:
Reduce the amount of irrelevant results by defining the search scope in terms of syntax elements. Watch a demo.
Concentrate on high-level code elements and hide implementation details.
Group similar code elements together for quick comparison. ResourcesRead the documentation Visit the project website |