A significant portion of application development involves a process of find, copy, paste, and integrate. This process can be greatly accelerated when you can find existing source code that provides a solution to the task at hand.
Koders makes it easy for software developers to find existing source code that solves many common development problems with our vast index of working source code from a variety of open source projects. In many cases you may find code that solves the exact problem you are working on, and in other cases, you can find an 80% solution - where existing code can be suited to your needs with minor modifications.
Search Syntax
- Multiple terms are ANDed together
The results will include files containing all of the terms you specify in the search box. This is known as a logical AND. For example:
Searching for 'smtp server' will find files containing 'smtp' AND 'server' - Terms can be stemmed with the * operator
The results will include all terms that start with the terms specified. For example:
Searching for 'xml*' will find files containing all words starting with 'xml' such as XmlReader, XmlWriter, XmlNode, etc.
Note: If you specify a term that has too many matching words, and would return many thousands of results, your search results will be truncated. - You can exclude terms with the - operator.
The results will include all files containing terms you specify and not the terms you have excluded. For example:
Searching for 'Xml* -XmlReader' will return files containing any term starting with xml, excluding files that contain XmlReader. - You can search for phrases such as "public event" by enclosing the search term in double quotes.
- Searches as case-insensitive. Searching for 'Xml' is the same as searching for 'XML' is the same as search for 'xML' etc.
- To include special search characters, such as '*' as verbatim in your search term, precede the character with a '/', e.g. '/*xml*'. Special characters include: + - && || ! ( ) { } [ ] ^ " ~ * ? : /
Koders IDE Plugins: Activating SmartSearch
SmartSearch is a unique feature of Koders IDE plug-ins that automatically finds and recommends useful code. To activate SmartSearch, complete the one-time login when you launch the plug-in. Once you have activated SmartSearch, you will not be asked to login again.
Koders Enterprise Solutions
Koders Enterprise Solutions enable unified access and cross-team collaboration that was previously difficult to achieve. Proven in a variety of demanding environments, Koders source code search integrates securely and seamlessly with existing developer workflows and provides a return on investment in weeks, not months. Sophisticated management and reporting modules included with the Koders search engine offer visibility into the enterprise code base and measure the benefits of code reuse. All Koders Enterprise Solutions are easy to configure and maintain inside a firewall, and they are compatible with current enterprise development toolsets.
(其实没看懂这个Enterprise Solutions具体是做什么的,不过感觉是给PM们用的,高层噢。)
Example Searches | Getting Started Guide | ||||||||||
|