Turn off autocomplete in PhpStorm

后端 未结 3 1924
隐瞒了意图╮
隐瞒了意图╮ 2020-12-20 16:18

Right now if I type in $ into Jetbrains PhpStorm IDE, it will display a whole bunch of suggestions (e.g. variables that have already been declared) which slows

3条回答
  •  独厮守ぢ
    2020-12-20 16:34

    Disable code completion?

    See Settings/Preferences(depends on OS) - IDE Settings - Editor - Code Completion

    There you should find an option Autopopup code completion in (ms)

    If the check box is not selected, PhpStorm will not suggest code completion automatically.

    See also the online help.

提交回复
热议问题