Does anyone else find that the 'search files by name' IDE function (CMD-P) has made them really good at thinking of good unique-ish substrings to look for? E.g. if I want DrupalKernel, I type 'alke' because far fewer things have that string than things that start with 'drupal'.
@joachim I haven't found myself doing that specifically, but I'd definitely say tab completion has made me think about naming files so that they have short unique prefixes...
@mal3aby @joachim Some IDEs allow just initials for camel case. In my current PHPStorm setup DK makes DrupalKernel available as 2nd choice, while alke is 4th (I have lots of random Twig Template generated classes).