Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| editing:auto_completion:code [2015/02/12 05:11] – nate | editing: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, | + | You can use this feature to get a list of available functions, subroutines, |
| - | * Using of internal dictionary with keywords. | + | * Using the internal dictionary with keywords. |
| - | * Using external dictionary (load keywords list on request with 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. | ||