-
How to automatically use the namespace in the header when phpstorm uses classes
subject use how to set it up next? ...
-
PhpStorm cannot connect to the remote MySQL database
set up a Linux server (Ubuntu 18.04) in Linode. Using PhpStorm to connect remotely has been a failure, and attempts to retrieve various scenarios have been fruitless. Please help me a lot. Thank you!
the settings are as follows:
:
system log:
...
-
How dynamically instantiated classes implement code hints in PHPStorm
you can get an instance of a class through dependency injection in Yii2 in this way
$test = Yii::$container->get( common service test );
$test->aa();
clicking aa () will not jump to the corresponding function, and typin...
-
In phpstorm, config.php is set to not display and ftp upload is enabled for fear of mistransmission.
whether the config.php file in phpstorm can be set not to display turned on ftp upload for fear of misupload ...
-
Why can't phpstorm input foreach if and switch be completed automatically?
is there such a plug-in? ...
-
How to solve the stutter problem caused by PHPstorm scanning index?
RT
has been used well before, but it has become very stuck since I used npm to install some packages to generate the node_modules directory. I tried to mark the node_modules directory as Excluded, but it didn t seem to work. I still scanned every tim...
-
The files in the vendor directory of laravel, todo is not valid?
IDE:phpstorm
< hr >
in controllers;
vendor
how should I set up the todo in the vendor directory to take effect?
...
-
How does phpstorm set the class jump of a service container like symfony?
such as
$serviceDemo = $this->get( service.demo );
$serviceDemo->test();
how to uniformly define where, and then jump to the appropriate location when you click test (). My framework is not symfony, but self-implemented .
...
-
What is the problem with phpstorm default comments?
JetBrains PhpStorm 2018.3.1 x64, the latest version of which was just released today
when creating a new php file, the teacher takes a string of extra numbers after the date, how to remove it?
...
-
How to block PHPStorm error report
as shown in the picture, these codes are the SDK files of Wechat. How to block the error messages on the full screen like PHPStorm
the error message is
the thrown object must be an instance of the exception
< H2 > < H2 >
I m using ThinkPHP ...
-
What is the background of the blank line in the form form of the html file of phpstorm?
what is the background of the form form blank line in the html file of phpstorm
how to get rid of it
...