PhpStorm CaseSensitive 自动完成解决方案
PhpStorm CaseSensitive autocomplete solution
我曾经使用 NetBeans 进行 PHP 开发,但最近我正在尝试使用 PhpStorm。我无法解决烦人的 PhpStorm 区分大小写自动完成问题。我能做什么?
case: class CapitalClass { ...
当我在使用 class.
时尝试使用小 c
打字时,它不起作用
Settings/Preferences | Editor | General | Code Completion
为Case sensitive completion
设置选择更合适的选项
我曾经使用 NetBeans 进行 PHP 开发,但最近我正在尝试使用 PhpStorm。我无法解决烦人的 PhpStorm 区分大小写自动完成问题。我能做什么?
case: class CapitalClass { ...
当我在使用 class.
时尝试使用小c
打字时,它不起作用
Settings/Preferences | Editor | General | Code Completion
为Case sensitive completion
设置选择更合适的选项