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:
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
Post a Comment