Works fine for me - closing quote is auto-inserted when typing opening one, and I can just enter selectors names. From you screenshot it seems that you try entering the closing quote manually, which results in inserting one more pair of quotes?
When I type something like $('#id'), even if I type the quote, it does not duplicate it. It simply moves the cursor over it. But if I have two selectors, as in $('#one, #two'), the comma confuses WebStorm and typing a quote creates the outcome you see in the GIF I posted.
Works fine for me - closing quote is auto-inserted when typing opening one, and I can just enter selectors names. From you screenshot it seems that you try entering the closing quote manually, which results in inserting one more pair of quotes?
Yes, that's the bug.
When I type something like $('#id'), even if I type the quote, it does not duplicate it. It simply moves the cursor over it. But if I have two selectors, as in $('#one, #two'), the comma confuses WebStorm and typing a quote creates the outcome you see in the GIF I posted.
I see:) Logged as https://youtrack.jetbrains.com/issue/WEB-16861, please vote for it
Ok...it's a bug, so hopefully it will be addressed even if no one else votes for it.