#580 Option to hide private/inaccessible member variables in auto-complete

TBD
closed
nobody
1
2013-02-18
2012-11-07
Victor Webster
No

Have a settings option that allows the user to hide all the inaccessible members of an object in the code-completion. From the client's point of view they are hidden anyway, so why display them all and clutter up the code-completion window?

Take the string class, for example. The first usable entry is the 50th, and appears last on the scrollable list of options!

Compare the code completion window in CodeLite to the much more useful code completion window in NetBeans (append appears first!). Screenshot attached.

1 Attachments

Discussion

  • Eran Ifrah
    Eran Ifrah
    2013-02-18

    Fixed in git

     
  • Eran Ifrah
    Eran Ifrah
    2013-02-18

    • status: open --> closed