Skip to content

FrankBakkerNl/IntelliFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliFind

This Visual Studio Extension allows Developers to search their code base using C# script and the Roslyn API. This allowes you to take advanrage of Roslyns knowledge of your code's structure when searching

Inside The IntelliFind Console you can type a C# Expression like

AllNodes.OfType<ParameterListSyntax>().Where(pl=>pl.Parameters.Count() > 3)

Which will find all Parameter lists in the current solution with more than 3 parameters. Clicking on a search result will jump to the search result in the editor

About

This Visual Studio Extension allows Developers to search their code base using C# script and the Roslyn API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages