Jiri Petruzelka

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Jiri Petruzelka created a post,

    Suggestions not shown automatically

    Hi, I have Settings > Editor > General > Code Completion > [x] Show suggestions as you type However since a recent version when I type e.g. "foreach($items as $it" I don't get any suggestion (e.g. ...
  • Jiri Petruzelka created a post,

    Live template autocomplete FQN

    Hi, I am trying to create following live template /** * @:$methodParameter$=implementations($fullyQualifiedName$) */ e.g. /** * @:items=implementations(Abc\Def\IItem) */public function __construct(...