Fullnamespace autocomplete
Hi all!
Since PhpStorm 2.1 (php 5.3) when I start enter class name IDE autocomplete function insert full class namespace. But I do not need.
For example:
<?php
namespace App\Model;
use Something\Cool\Class;
public function method()
{
$obj = new \Something\Cool\Class();
}
But I want and I need that $obj = new Class(); was instead of $obj = new \Something\Cool\Class();
Anyone can help to find that settings?
请先登录再写评论。
Hi Alexey,
Please watch this ticket: http://youtrack.jetbrains.net/issue/WI-6344?projectKey=WI