Keymap to select/accept quickfix as solution for inspection
Is there a keyboard shortcut to select/accept the proposed quickfix for an error/warning raised by inspection?
I have got some code that i would like to develop further in pycharm but this results in lots of warnings/errors.
To resolve an inspection error/warning:
1) I have to select the underlined code,
2) Wait until the yellow light bulb appears
3) Use the mouse to click on the light bulb
4) Select a proposed solution using the keyboard (or edit code)
Is there a keyboard shortcut for step 3?
Thanks
I have got some code that i would like to develop further in pycharm but this results in lots of warnings/errors.
To resolve an inspection error/warning:
1) I have to select the underlined code,
2) Wait until the yellow light bulb appears
3) Use the mouse to click on the light bulb
4) Select a proposed solution using the keyboard (or edit code)
Is there a keyboard shortcut for step 3?
Thanks
2 条评论
排序方式
日期
投票数
On a second thought it would also be handy if there is a keyboard shortcut to select the next/previous inspection error/warning
The IDE came with the hint: Alt + enter does the trick for step 3.
请先登录再写评论。