When I do a class import, in the code documentation, PhpStorm inserts the whole class along with its full namespace:
How to configure PhpStorm to insert just the class name (with the import statement) like in the screenshot below?
And the second question is when you press Alt + Enter PhpStorm inserts documentation with the @inheritDoc
tag as in the screenshot below:
How can I make PhpStorm insert documentation without this tag and immediately necessary?