SOLVED: VS Code autocomplete methods in ctp

Please, help.
VS Code or Netbeans
What write in phpdoc block in the CTP file, to get visual list for autocomplete list for my class AppView.

I want type $this-> and get list for

element()
request
Html
Form

Its possible or not?

%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0_2019-05-23_00-00-58

Its solved

<?php
/**
 * @var \App\View\AppView $this
 * @var \App\Model\Entity\Right $right
 */

?>
1 Like

I need to take note of this :slight_smile:

1 Like