vote up 6 vote down star
1

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#, Java, Python, ...). A huge bonus would be to allow for syntax highlighting (http://pygments.org/) in the cache.

flag

29% accept rate

4 Answers

vote up 1 vote down

You could use OpenGrok or some other code-specific search engine instead. Here's a quick review of them.

link|flag
vote up 1 vote down

It has been a long time, but the last time I tried to use Google Desktop Search for searching code, I found it quite inappropriate for that task, as I outlined at [http://perlmonks.org/?node_id=490310], the gist of which is that GDS (silently) only indexed a tiny fraction of many source code files (and made it quite a challenge to figure out why searching so often failed to find so much of what was in source code files).

I found Copernic Desktop Search worked better on code files (but I also had trouble with later versions of it being buggy in not finding all matches so I've been staying with version 2.1.1). But these days I don't use it much (mostly because I don't have permission to install such things on the laptop provided by my new employer).

link|flag
I found copernic to be awful at source code searching. I recently removed it. – cbrulak Apr 9 at 19:48
vote up 0 vote down

A search engine designed to search your code, that knows the structure of the targeted langauges: www.semanticdesigns.com/Products/SearchEngine

link|flag
vote up 1 vote down

You can try out Larry's Any Text File Indexer. You can specify a list of extensions at install time and it will do full text search on those file types.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.