What does the % value indicate in method suggestion in eclipse neon

227 views Asked by At

When we type in some method or when we do ctrl+k in eclipse neon IDE, it provide method name suggestion. In the suggestion i can see some % value which are in descending order.

What does this % mean? Is it realted to method performance or word releavence or something else.

Suggestion_Box

1

There are 1 answers

3
PryroTech On BEST ANSWER

It is related to word relevance. The percentage (EX. %96) is meant to show you the nearest relevant code and the percentage that it will be related to what you have typed.