In VS Code, how can I make variable names auto-complete without typing the $ symbol? For example, when I type data, it should automatically suggest and complete it as $data. When I used IntelliJ IDEA before, it worked like this. How can I achieve the same behavior in VS Code?
I have already installed PHP Intelephense ext