how can i get variables suggestions in php without using the $ symbol everytime

I’m new to php and one problem I am facing is every time I have to type the ‘$’ symbol before my variables is there a way I can just type the variable name and get its suggestion
(I am using vs code)

I have tried many solutions like php inteliphense but it still does not work