Eclipse PDT Neon doesn't offer all of PHP functions. for example if i type "is", it just offering me isset:
This my .buildpath:
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
Also these are my .project natures:
<nature>org.eclipse.php.core.PHPNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
I removed Eclipse folder and default workspace folder inside /home/{user}/workspace and download Eclipse PDT Neon again, but it didn't help.
I did removed all projects from Eclipse, Removed all of Eclipse files from my project folder (like .project, .buildpath, ...) and then add projects to the eclipse again but it didn't help.
I must add all of my projects configured to PHP7 Interpreter and this is my PHP code assist settings: