a question about code completion

已回答

about code completion,

If i want to choose the second, I should click “↓+Tab”

Can I set something like "Ctrl+2" to choose the second option?  Because I think it's more convinient for me.

thx and sry for my poor English.

0
Avatar
Permanently deleted user

It option seems not exist. Try "SUBMIT A REQUEST"(Suggestion) to JetBrains's customer support.

0

Unfortunately PyCharm has no such feature, feel free to create a feature request in our bug tracker. Meanwhile you can record a macros for yourself:

  • type `l` to invoke completion
  • select Edit | Macros | Start Macro Recording (do not close completion window)
  • press arrow down and Enter to select second option
  • stop macros recording

Now you can bind this macros to hotkey in Settings | Keymap | Macros.

0

请先登录再写评论。