code-search-cli 0.1.0

Intelligent code search tool for tracing text (UI text, function names, variables) to implementation code
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata