autocomplete - Can Eclipse's Content-assist be made more flexible? -


in eclipse auto complete very strict. there way have looser? instance:

getdata() setdata() 

i want type "data", , have 2 functions above found because both functions have "get" or "set" @ start, doesn't suggest these functions, have type get or getd able in auto complete.

i wondering if there setting have include 'any' functions have search term within it, not starts with?

i have tried doing searches on google, without knowing the terms getting people asking saying 'its not working'. want change "startswith" "contains"..

eclipse neon (4.6)

now content assist more flexible:

autocomplete

the feature described here:

content assist supports substring patterns. enter part of desired proposal's text, , content assist find it! example, completing on selection proposes results containing selection substring.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -