Tagged Questions
The code-search-engine tag has no wiki summary.
53
votes
14answers
20k views
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.
32
votes
11answers
8k views
Searching subversion history (full text)
Is there a way to perform a full text search of a subversion repository, including all the history?
For example, I've written a feature that I used somewhere, but then it wasn't needed, so I svn rm'd ...
31
votes
7answers
18k views
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 ...
20
votes
21answers
1k views
Source Code Analysis - what do you do?
Situation: I have some source code, and I'm boning up on what happens. Who calls what, what goes where, etc, etc. (There is minimal documentation/comments, so I have to work it out myself).
Now, my ...
17
votes
22answers
3k views
What tool do you use to index C/C++ code?
I am working with a very large code in C/C++. Indexing and referencing is a must in this environment. What tools would you recommend for viewing/browsing the code? Preferably open source. I tried CDT ...
14
votes
11answers
1k views
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 ...
13
votes
6answers
1k views
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 ...
10
votes
6answers
2k views
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 ...
10
votes
10answers
2k views
Google using non-alphanumeric characters
So let's say I have an issue with some code and I want to use google to help find a solution. So I paste a code snippet into the search bar. Google will ignore any special characters like operators ...
9
votes
4answers
312 views
What are the open source code search engines you know about?
I know of google code search http://www.google.com/codesearch and koders http://www.koders.com/ . These two sites help me find usage of some of the libraries, where official documentation of the ...
9
votes
3answers
992 views
In-house full-text search engine for source code and SQL scripts
I like to run search engine on code, and if you aren't I recommend it (especially if you code in a team and you don't have all the lines of code in your head). When I vaguely remember some variable ...
8
votes
12answers
2k views
Best Tools for Software Maintenance Engineering
Yes, the dreaded 'M' word.
You've got a workstation, source control and half a million lines of source code that you didn't write. The documentation was out of date the moment that it was approved ...
7
votes
3answers
1k views
Do any search engines index web page source code?
As far as I'm aware, search engines (on the web) typically index only the "user facing" content of a web page.
But what if you wanted to find pages(s) that contain a certain fragment of HTML or ...
7
votes
3answers
1k views
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 ...
6
votes
5answers
2k views
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 ...
6
votes
27answers
2k views
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 ...
5
votes
8answers
1k views
C++ source code comprehension tools
I'm starting work on a huge C++ codebase, and was wondering if someone could suggest good source code comprehension tools.
I usually use doxygen but was curious to see if anything better existed.
...
4
votes
4answers
274 views
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 ...
4
votes
3answers
228 views
Is there a search engine for web sites html/js code?
Do you know of a search engine that looks in web sites code, not only text? for example to find all the websites that use Jquery I may search for 'jquery-1.3.2.min.js' ....
(I know the question is ...
3
votes
9answers
603 views
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 ...
3
votes
3answers
133 views
How can I find projects across multiple open-source code repositories?
There are lots of open-source code repositories - SourceForge, Google Code, Project Kenai, etc.
Is there a one-stop place where I can find, discover, or search for open-source projects across all ...
3
votes
3answers
4k views
Any recommended source code browser/explorers (Windows/C/C++)?
I'm looking for any recommendations for source code browsers, but especially ones that work on a large evolving source code base (somtimes in the order of 100k files, but more often about 10k files). ...
2
votes
1answer
117 views
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 ...
2
votes
1answer
102 views
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 ...
2
votes
1answer
334 views
C# sourcecode Search
Duplicate: this is a duplicate of How can I index our internal source code?. Please vote to close it as a duplicate, and direct answers at the original question.
I must find a way to research in ...
2
votes
3answers
170 views
Text indexer search tool which can filter by punctuation?
This is not a programming question per se but a question about searching source code files, which help me in programming.
I use a search tool, X1, which quickly tells me which source code files ...
2
votes
5answers
318 views
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 ...
2
votes
5answers
3k views
Generic source code browser for Windows and Linux
I am looking for a generic source code browser for Windows and Linux. The languages I use are limited to C/C++, Python and Perl.
This tool must be able to show a view of classes/methods/functions in ...
1
vote
6answers
316 views
“Universal” search engine for PHP examples
There are a lot of web sites for for PHP developers to copy scripts from. I wonder if there is a "universal" search engine to search examples from all of these sites? Something like a Google custom ...
1
vote
2answers
2k views
How to quickly search a subversion repository?
We are looking at writing a site using Lucene.Net to search our Subversion repository but before we do that has anybody else already tackled this problem? Something like google for our private source ...
1
vote
3answers
228 views
Indexing and Presenting Source code
I am looking for software tools similar to lxr (open source and free if possible)
0
votes
2answers
86 views
Internal web based code search tool?
I work in a small startup (4-5 developers) and all our code is versioned with git. I am looking for an internal tool which I can deploy to one of the internal servers which would serve a basic "code ...
0
votes
2answers
174 views
Code searching / browsing / cross referenced web sites
I have stumbled across many websites that sites that let you search and browse code across many different open source projects. Some even have cross referenced capabilities and code syntax ...
0
votes
3answers
105 views
Need a creative idea: How can I search for all web sites that use a certain javascript library or widget?
All Search engines I know of search text. I want to search for example for all the sites that use jQuery. Any creative idea on how to do that?
0
votes
2answers
201 views
Hosted Projects Meta Search Engine
With the myriad of sites available like sourceforge, github, berlios, rubyforge and many others for hosting open-source projects, I've been wondering if there is a specialised search engine out there ...