Questions tagged [phpstorm2017.3]
4 questions
4
votes
2 answers
Suppress error messages / inspections for for specific folders or files
I'm using Composer and I don't want PhpStorm to run any error checking or inspections on the vendor folder as it is showing a false positive for some code in the vendor/composer/autoload_static.php file and hence is highlighting the lines in the…

Brett
- 19,449
- 54
- 157
- 290
2
votes
0 answers
PhpStorm - Navigate to template file by custom declaration
I'm working with a custom build framework where the controllers reference and render the templates using a unique string with directory separators represented by colons.
Example: ->render('dir1:dir2:file');
I want to be able to use PhpStorm's…

Jonathan Eltgroth
- 839
- 6
- 21
1
vote
2 answers
Prevent PhpStorm from adding “Signed-off-by: …” at the end of commit message
When I create a commit with git using command line, the commit message is not altered.
When I create a commit though PhpStorm's GUI with the checkbox “Sign-off commit” checked, PhpStorm add this line at the end of my commit message:
Signed-off-by:…

A.L
- 10,259
- 10
- 67
- 98
0
votes
1 answer
How to automatically generate a test class name after selecting a fully-qualified class name to test?
I'm trying to create a new PHPUnit test class in PHPStorm. In the past when I've done this, when I fill in the Fully Qualified Name field with the class to test, the Test Class Name field would automatically update with
"class name" + Test.
But…

Thelonias
- 2,918
- 3
- 29
- 63