code-search-cli 0.3.3

Intelligent code search tool for tracing text (UI text, function names, variables) to implementation code
Documentation
1
2
3
4
5
pub mod exclusions;
pub mod patterns;

pub use exclusions::{detect_project_type, get_default_exclusions, ProjectType};
pub use patterns::default_patterns;