简体   繁体   中英

Eclipse autocompletion like intellisense

MS Visual Studio's autocompletion is called intellisense and the code completion doesn't list the possible functions etc in alphebetical order. It looks at the code around where you are typing and puts the most likely function etc at the top. For instance, if you have called a function named "Draw" multiple times previously, it will move "Draw" up in the list. Eclipse code completion just lists the functions etc in alphebetical order. The attached image shows what I mean. Is there any way of getting the code completion to act like Intellisense?

日食

You can try to install Eclipse Recommenders Plugin . It uses information collected from other developers and tries to provide you most relevant completion.

Code Recommenders automatically analyzes existing code using that API and extracts common usage rules and patterns from it. In the form of recommendation models, this knowledge is then fed back into your IDE. Code Recommenders' intelligent code completion and extended API documentation then utilizes the power of these models to provide you with the solutions implemented by other developers in the past.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM