1. Create a new Javascript file and save it (this is important);
2. Write somechars (whatever,ie "abcd"), select them, then press quote '.
The expected output should be:
- Code: Select all
'abcd'
it is now:
- Code: Select all
'
If you don't save the file on step 1, the bug is not here.