This is an old revision of the document!
Code Completion
You can use feature to get list of available functions, subroutines, macros and etc only by pressing Ctrl + Space in you code, after selecting one of the item it will be inserted in your code. If there is only one item available, it will be inserted automatically, without displaying of the list. You can select area where to search available items:
- Using of internal dictionary with keywords.
- Using external dictionary (load keywords list on request with support of icons and insert pattern requests).
- Using of simple completion dictionary. Suggested items extracted from already typed or loaded text.
Auto-completion is programming language and context dependent
Auto Completion results can be also filtered in a list (when more then one type of data displayed) by data type with additional filter buttons, or by prefix during typing.