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
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.