Hotkey for changing variable declaration for JS "Extract Variable" dialog
已回答

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.
请先登录再写评论。
Try pressing Alt and there should be a letter highlighted for the corresponding mnemonic, pressing Alt+letter will select the option.