At Eclipse, autocomplete is very strict. Is there a way to share a little? For example:
getData()
setData()
I want to type “data” and get the two functions above, but since both functions have “get” or “set” at the beginning, this does not imply these functions, I have to type getor getDto finally get it in automatic completion.
I was wondering if there is a parameter to include “any” functions in it that have a search query, and not just starts with?
I tried to search on Google, but without knowing the terms, I just get requests for help saying "does not work." I just want to go from "startswith" to "contains" ..
source
share