'Unable to copy backslash from PhpStorm
I am unable to copy backslash from PhpStorm, it's working fine if I copy from Windows/Notepad/browser etc.
For example, I have a code in my PhpStorm that looks like this:
use Illuminate\Support\Facades\Storage;
and when I paste that code it looks like this:
use IlluminateSupportFacadesStorage;
Somehow I am unable to copy backslashes from the code, they are not event appearing in the Windows clipboard.
Is there any kind of setting that gets accidentally disabled and needs to enable?
It was working fine a few seconds ago but I don't know what happened.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
