IDEA's auxiliary development artifact: Codota plug-in and a website for searching java code online

The power of this plugin is:

    1. Support intelligent code automatic prompt, this function can enhance IDEA's code prompt function;
    2. Support JDK and well-known third-party library function usage search, you can see the use of other well-known open source projects on the function.

When we use a class for the first time and are not familiar with a function, we can search for related usage through the plug-in and quickly imitate learning.

As shown above, we want to know the Streamclass flatMapusage function, you can use the plug-in to view the use of the well-known open source projects.

The top of the plug-in window also gives the most commonly used functions of this class. You can click to view related usage cases. The "view source" on the right side of each case can jump to the source code of the open source project corresponding to this fragment.



Author: Dian recreational fish on the banks of the
link: https: //www.jianshu.com/p/f25c6f8b1594
Source: Jane books

 

Guess you like

Origin www.cnblogs.com/wangqiideal/p/12724150.html