jeff-hykin / better-shell-syntax

💾 📦 ♻️ An improvement to the shell syntax for VS Code
MIT License
52 stars 4 forks source link

When I highlight and type ", the variable disappear #10

Closed shinokada closed 3 years ago

shinokada commented 3 years ago

Before installing Better shell syntax, I could highlight a variable and type " to wrap the variable with ".

But after installation, when I do it, the variable disappear,s and only " is typed.

mydir=$(dirname $0)

# becomes
mydir=$(dirname ")

# I expect this
mydir=$(dirname "$0")
jeff-hykin commented 3 years ago

Hmm, for me this still works.

Screen Shot 2021-02-12 at 5 05 59 PM

Then I press the " key and I get

Screen Shot 2021-02-12 at 5 06 35 PM
jeff-hykin commented 3 years ago

(just let me know and I'll open this issue back up)