Code Search

Code Search Download Summary

  • Language: ASP.NET
  • Platform: Windows
  • License: GPL - GNU Public License
  • Databases: N/A
  • Downloads: 525
  • Released: Jul 9, 2007

Code Search Description

Code Search is an add-in for .Net Reflector that allows searching within the source code.

You can search using plain text or regular expressions like => (try). (catch)?

You can search from the Assembly to the Function level. i.e. you can't search within all loaded assemblies at the same time

Code Search Bookmark

Hyperlink code:
Hyperlink for Forum code:

Code Search Script Download Notice

Top 4 Download periodically updates information of Code Search script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Code Search torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Google Code Search Data API

The Google Code Search data API allows client and web applications to search public source code for function definitions and sample code.Here are some of the things you can do with the Code Search data API: - Create a plugin for your favorite IDE that searches over the Code Search index for relevant sample ...

Google AJAX Search API

The Google AJAX Search API lets you put Google Search in your web pages with JavaScript. You can embed a simple, dynamic search box and display search results in your own web pages or use ...

GNU libavl

Binary search trees provide O(lg n) performance on average for important operations such as item insertion, deletion, and search operations. Balanced trees provide O(lg n) even in ... is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. It ... trees: - Plain binary trees: - Binary search trees - AVL trees - Red-black ...

Cscope

Cscope is a developer's tool for browsing source code.Features: - Allows searching code for: - all references to a symbol ... - An information database is generated for faster searches and later reference - The fuzzy parser ...

PMD Code Analyzer

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, ... object creation, and so forth.PMD scans Java source code and looks for potential problems like: - Possible bugs - empty try/catch/finally/switch statements - Dead code - unused local variables, parameters and private methods - Suboptimal code - wasteful String/StringBuffer usage - Overcomplicated expressions - ...