Questions tagged [code-search-engine]
40 questions
169
votes
4 answers
Replacement for Google Code Search?
Google Code Search has been incredibly valuable to me as a developer - I use it a couple times a week to see how other developers have used (usually poorly documented) APIs. It's also convenient to see the internals of some of those APIs, or to…

Nicholas Armstrong
- 5,814
- 2
- 28
- 18
158
votes
14 answers
SVN Repository Search
Is there any good software that will allow me to search through my SVN respository for code snippets? I found 'FishEye' but the cost is 1,200 and well outside my budget.

John
- 1,603
- 2
- 11
- 3
104
votes
12 answers
Find in Files: Search all code in Team Foundation Server
Is there a way to search the latest version of every file in TFS for a specific string or regex? This is probably the only thing I miss from Visual Source Safe...
Currently I perform a Get Latest on the entire codebase and use Windows Search, but…

Mark Glorie
- 3,733
- 3
- 28
- 31
22
votes
11 answers
What's a good source code search engine?
The codebase I work on is huge, and grepping it takes about 20 minutes. I'm looking for a good web-based source code search engine.. something like an intranet version of koders.com.
The only thing I've found is Krugle Enterprise Edition, which…

toohool
- 1,067
- 1
- 9
- 13
21
votes
7 answers
How can I index our internal source code?
Google Code Search has indexed Subversion and Mercurial repositories, so people can search open source projects. How can I do the same for my company's repository with the least effort and without publishing our code?
We have Trac (with Subversion)…

Jader Dias
- 88,211
- 155
- 421
- 625
20
votes
6 answers
Fast 'Find in Files' for VIM?
What are some options for getting really fast 'Find in Files' searching in VIM?
Our codebase is large enough that searching needs to work off an index. grep/vimgrep/etc are too slow.
Indexing doesn't need to be particularly fast; I can index…

Christopher Stott
- 1,408
- 3
- 15
- 23
15
votes
6 answers
Source code search with Google Desktop
Is there a indexing plugin for GDS that allows for source code search? I see some for specific types (Java, C++, ...) and one for "any text". These are nice, but I would like one that allows for many/configurable extensions (HTML, CSS, JS, VB, C#,…

Mike Schall
- 5,829
- 4
- 41
- 47
14
votes
27 answers
What is a good tool to aid in browsing/following C code?
I sometimes need to modify OSS code or other peoples' code (usually C-based, but sometimes C++/Java) and find myself "grep"ing headers for types, function declarations etc. as I follow code flow and try to understand the system. Is there a good…
Chris
12
votes
6 answers
Google Code Search-like source code indexer and visualizer
I'm looking for a way to search through our subversion repository or just packaged source code.
Are there any downloadable servers/tools like Google Code Search to index source code (preferable with support of version control systems like svn) and…

m_vitaly
- 11,856
- 5
- 47
- 63
7
votes
1 answer
How to escape search strings in TFS Code Search
Really loving the 'new' code search feature of TFS, but I am unable to guess how to escape " an ..
I want to find places in my code where I am using "SOMESTRING." in my code, but when searching for this the search engine seems to strib " and . so…

Tore Østergaard
- 4,362
- 3
- 27
- 43
6
votes
0 answers
How to set a manual filter on Google Custom Search Engine (free version)
How can I set a manual filter on Google Custom Search Engine (not from CSE panel)?
For example, to open the link in a new tab I'm using this code:
Now I want to set the "safe…

Leo
- 314
- 1
- 6
- 27
4
votes
8 answers
Text search tool for large source code set with up to date pre-indexing?
I'm doing maintenance of a few branches of middle-size C++ project (~15k files for each branch). Very often I have to search all project files for given string or regex. Currently I'm using Total Commander which has all features I want…

tomash
- 12,742
- 15
- 64
- 81
4
votes
1 answer
Algorithm for finding internally connected cluster of nodes within a graph from which no edge points outwards
I am representing my graph as a adjacency list. I want to know how can I find a cluster of nodes which are internally connected but no edge points outwards from them. Is there any well known algorithm out there which I can use?
for e.g.This is my…

Anon
- 2,608
- 6
- 26
- 38
3
votes
1 answer
Solr schema and boosting by keywords/tags for item
When users searches and clicks a result, we store this search keyword in the DB.
What we get is a list of keywords for every item with the number of times item was clicked for that keyword.
In solr schema I have multivalued field "keywords". How can…

spinx
- 41
- 1
- 5
3
votes
5 answers
Who calls this function?
At my last job (legacy FORTRAN 77 code), we had files of cross references that list what subroutines called other subroutines, in what files subroutines were defined, what common blocks held what variables, what subroutines included what common…

Scottie T
- 11,729
- 10
- 45
- 59