vscode-quick-select icon indicating copy to clipboard operation
vscode-quick-select copied to clipboard

Not working on MacOS

Open HosAkh opened this issue 4 years ago • 3 comments

I have installed and reinstalled the extension multiple times and have restarted both vscode and my machine but for some reason I can not get the extension to work no matter what key combination I try. (Command, option, control, function)+K+ " (or ').

When I look into vscode's extension folder I see the extension being installed as well. Losing my mind here and I don't know what to do. Please help out.

I'm using MacOS catalina (10.15.7) VsCdoe: 1.50.1 vscode-quick-select: 0.2.9

Please let me know if they are more information you'd like me to post.

Thank you

HosAkh avatar Oct 31 '20 15:10 HosAkh

Same here

halented avatar May 24 '21 16:05 halented

Not working on windows & linux as well

jd-solanki avatar Jul 30 '21 11:07 jd-solanki

This works, but the docs for the shortcuts are wrong. They are two step:

⌘K, then ⇧' to select to quote.

Go to keyboard shortcuts and search the commands:

extension.selectSingleQuote extension.selectDoubleQuote extension.selectEitherQuote extension.switchQuotes extension.selectParenthesis extension.selectBackTick extension.selectSquareBrackets extension.selectCurlyBrackets extension.selectParenthesisOuter extension.selectSquareBracketsOuter extension.selectCurlyBracketsOuter extension.selectAngleBrackets extension.selectInTag

image

wesbos avatar Dec 22 '22 15:12 wesbos