Turn off autocomplete in PhpStorm

后端 未结 3 1902
隐瞒了意图╮
隐瞒了意图╮ 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:27

    This is more an answer to the linked "duplicate" question, but I can't answer that one. Hope this helps someone.

    To disable HTML auto-completion, see Settings -> Editor -> General -> Smart Keys.

    There is a section called XML/HTML where you can toggle auto-completion of HTML tags and attributes.

    In my case I was looking to disable Auto close tags when typing '</' option.

    0 讨论(0)
  • 2020-12-20 16:31

    My auto-completion was not working, I had to execute in menu File->Invalidate cache... (and disable Nette tester plugin in my case)

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题