Answers for "visual studio php dollar sign double click"

PHP
1

visual studio php dollar sign double click

Search for wordSeparator in preferences and replace this
  "editor.wordSeparators": "`~!@#%^&$*()-=+[{]}\\|;:'\",.<>/?"
    with this 
  "editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?"
Enjoy!
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language