程序员必备利器--Koders

Getting Started

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
<search terms> Search for <search terms> within files.
sortmd5 - "smtp server"
cdef:<search term>Search for classes whose name contains <search term>
cdef:tree - cdef:account -  cdef:parser
mdef:<search term>Search for methods whose name contains <search term>
mdef:compute  -  mdef:insert  -  mdef:getUserId
idef:<search term> Search for interfaces whose name contains <search term>
idef:tree -   idef:logging  -  idef:configuration
compound examples Search for classes named 'tree' with a method named 'insert'
"cdef:tree    mdef:insert"
 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值