The Code Assist feature enables you to select and enter into your code existing code elements (e.g., PHP Classes, Functions, Variables, Constants, Keywords, Interfaces, HTML tags, attributes, attributes, values, as well as all user defined Classes, Functions, and Constants) using simple key clicks.
PHP Code Assist also lists names and syntax.
There are two Code Assist types available: PHP and HTML.
Open the list of existing specific elements by placing the cursor at the desired point in the file and pressing CTRL+SPACE. A drop down menu will open with the available elements.
Select the desired element.
Figure: 1 - Code Assist
PHP Code Assist also includes:
Code Assist for nested functions
Code Assist for function return values (using PHPDoc support)
HTML Code Assist includes:
HTML tags, attributes and attribute values. It also lists names and syntax..