Search code examples
delphidelphi-xecode-completiondelphi-xe6

How do I limit Code Completion to show only public and protected members?


Is there a way to show only public and protected members of an object I am using in the Code Completion window? When I type a dot character after the object name in the editor, I don't like to go though the unnecessary list of standard objects, windows handles, and private members that I don't care about. I am sure it has its uses, but I personally don't care about them.


Solution

  • No I'm afraid there is no way for that unless you manage to find IDE addon which would do that but I haven't heard for any such addon to exists so far.