editing:auto_completion:code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
editing:auto_completion:code [2016/05/15 00:48] adminediting:auto_completion:code [2018/03/23 13:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Code Completion ====== ====== Code Completion ======
  
-You can use this feature to get a list of available functions, subroutines, macros, etc by pressing Ctrl + Space in your code. After selecting one of the items it will be inserted in your code. If there is only one item available, it will be inserted automatically, without displaying the list. You can select the specific dictionary to search for available items: +You can use this feature to get a list of available functions, subroutines, macros, etc by pressing Ctrl + Space in your code. After selecting one of the items it will be inserted into your code. If there is only one item available, it will be inserted automatically, without displaying the list. You can select the specific dictionary to search for available items: 
  
   * Using the internal dictionary with keywords.    * Using the internal dictionary with keywords. 
   * Using the external dictionary (load keywords list on request with a support of icons and insert pattern requests).    * Using the external dictionary (load keywords list on request with a support of icons and insert pattern requests). 
-  * Using of simple completion dictionary. Suggested items extracted from already typed or loaded text. +  * Using simple completion dictionary. Suggested items extracted from already typed or loaded text. 
  
 Auto-completion is programming language and context dependent. Auto-completion is programming language and context dependent.