Is there a way to find terms/words/questions in source code using AI or other advanced mechanism other than character matching.
Think of a massive source code and I want to know if somebody already worked on ConnectivityManager stuff, assuming Mobile in this case.
Something that goes through kdocs, comments, function names, file names, packages, link to stack overflow or Jira tickets found in the commit history.