Reputation: 1092
What meaning pr symbol red-green arrow in class/method searcher/hinter?
Upvotes: 2
Views: 569
Reputation: 68
Intellij IDEA has a feature called Machine-learning-assisted code completion, which is intended to prioritize code completion suggestion based on the choices made by other local users in similar situation. Basically, if the IDE thinks a suggestion is getting more relevant for your situation, it will be moved higher up on the suggestion list and a green arrow will be shown. If the opposite happens, then red arrow.
Upvotes: 3