In visual studio code 1.54.1 I found that double clicking on php variable literal of the var is selected, but not first $ char, that seems not good.
I found branch: VSCode - Is there a way to customise double-click select behaviour?
and set rule
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?"
and looks like with this rule variable is selected with : https://prnt.sc/10mc93s but when I want to copy this vraible and to paste in this editor first $ char : https://prnt.sc/10mcdhd Can it be some other rule for copy paste operations? If to paste this var in other editor - first $ char is lost too...
Thanks!
You need to remove the $
symbol from File > preferences > Settings -> Search [wordSeparators]
"`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
to
"`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With