Trouble with case sensitive completion

When wanting to insert a mixed case variable such as "myLongVariable" in PhpStorm, I might start typing "mylo..." and the suggestion list correctly finds "myLongVariable". If I click on that variable or select it with my keyboard from the suggestion list, PhpStorm will insert "mylongvariable". This is frustrating. I have tried the 3 'case sensitive completion" variations in Editor->General->Code Completion but this behavior remains. Any help or explanation on this issue would be greatly appreciated.

0

Hi there,

1) What language it is?

2) What IDE version do you use?

From my experience -- it's working just fine for PHP (I'm using case insensitive option).

Also: 3) What key do you use to complete -- Enter or Tab ?

P.S. Please post screenshot of your current settings

 

0

请先登录再写评论。