I didn't know about "pull members up" refactoring. Thanks. It's very useful for me.
@alexjswill3 жыл бұрын
Thanks for the move class part.
@venkateshmedisetti27634 жыл бұрын
Interesting features
@philadams9254Ай бұрын
It looks like a lot of these features are for OO-style programming. If doing functional style or very inline-style code (with very few functions), can PHPStorm help? I think I will stick to Sublime at the moment for the projects I have
@giuseppemorelli4 жыл бұрын
Is a theme or plugin the colour effect of your folders and functions?
@jenshenry15894 жыл бұрын
plugin Material Theme I think
@christophrumpel4 жыл бұрын
@@jenshenry1589 The theme used is Material Theme indeed.
@marcinmduszynski3 жыл бұрын
I think we can assume that BaseExporter is abstract class and its method (which you extract from UserExporter) can be marked as protected? But apart of it is very nice presentation.
@himak212 жыл бұрын
You forget rename method in Base Explorer. You rename $user to $item, but name of method content “user” text. You should rename it.