for anyone who uses VS Code: how the heck do I dis...
# random
s
for anyone who uses VS Code: how the heck do I disable auto open quotes when editing HTML? it’s driving me insane 🤪 it suddenly turned on out of nowhere. I can’t find the appropriate setting
d
what part is opening quotes?
s
when I type `<div class=`> it adds a
"
automatically
d
and you want to pass in something like
<div class={} />
s
nope, I just wanna be able to type
"
myself
and not have it put there automatically
d
I think what you’ll want is
command + shift + P
then type
quotes
then choose auto closing quotes
s
lemme check
I don’t have that option
d
which one
quotes?
s
auto closing quotes
d
Oh that’s because I forgot a step in my instructions
command + shift + P
then
settings
(the user one) then
quotes
s
no luck 😞
and it’s actually an auto open quote that’s bugging me
d
add this to workspace settings tehn
Copy code
"editor.autoClosingQuotes": "never"
s
that doesn’t work. because the problem is the auto open quote
d
😞
s
lame 😞 thanks anyway though
d
"editor.autoSurround": "never"
?
s
nope. man
c
that feature got me too, but I’m getting used to it now