Hotkey for changing variable declaration for JS "Extract Variable" dialog

Answered

Is there any way to change between let\var\const with keyboard only while extracting variable in Javascript file? I tried all combinations what comes to mind like TAB etc, but nothing seems to work.

 

Thanks.

0
1 comment

Try pressing Alt and there should be a letter highlighted for the corresponding mnemonic, pressing Alt+letter will select the option.

0

Please sign in to leave a comment.