what is the best IDE for an autocomplete assistant. because I canβt remember the whole method or property of the html helper or another example:
$this->Html->tableHeaders(array('Date','Title','Active'));
but I have to write tableHeaders and the IDE does not recognize the Html property and methods.
thank.
source
share