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.
Please sign in to leave a comment.
Try pressing Alt and there should be a letter highlighted for the corresponding mnemonic, pressing Alt+letter will select the option.