After the update to 0.2.2 in VS Code which included the changes from PR #18 based on issue #12 :
"_/": "✓" in the words list changes _/[space key] into ✓[space] as expected but changes [space]_/ immediately into ✓/ without the leading space.
"\\/": "✓" in the words list changes \/[space key] into ✓[space] as expected but changes [space]\/ immediately into ✓/ without the leading space.
"--": "✓" in the words list changes --[space key] into ✓[space] as expected but changes [space]-- immediately into ✓- without the leading space.
"*&": "✓" in the words list changes *&[space key] into ✓[space] as expected but changes [space]*& immediately into ✓& without the leading space.
By 'immediately' I mean the replace operation happens without the space key or anything else being pressed.
After the update to 0.2.2 in VS Code which included the changes from PR #18 based on issue #12 :
"_/": "✓"in the words list changes_/[space key]into✓[space]as expected but changes[space]_/immediately into✓/without the leading space."\\/": "✓"in the words list changes\/[space key]into✓[space]as expected but changes[space]\/immediately into✓/without the leading space."--": "✓"in the words list changes--[space key]into✓[space]as expected but changes[space]--immediately into✓-without the leading space."*&": "✓"in the words list changes*&[space key]into✓[space]as expected but changes[space]*&immediately into✓&without the leading space.By 'immediately' I mean the replace operation happens without the space key or anything else being pressed.