Converting selected variable by hot key

Hello!
As far I remember in prior versions of PhpStorm there was a function
when selecting some variable, like
$services_last_sitemapping_results
with hot keys it could be rendered into
$servicesLastSitemappingResults
or some other convirting.
Similar functionality for string constants.
I did not find anything like that in PhpStorm 2019.1.2
has it ?

Thanks!

0
1 comment

It's never been a part of PhpStorm, probably you're talking about a 3rd party plugin:
https://plugins.jetbrains.com/plugin/7160-camelcase
(or this one: https://plugins.jetbrains.com/plugin/2162-string-manipulation)

0

Please sign in to leave a comment.