Using Eclipse hotkeys in Espressif IDE
Posted: Fri Mar 14, 2025 5:19 pm
Hi, in Eclipse I have loved the traditional hotkeys and I use them a lot. Here are two of my favorites -
Hotkey Examples:
Toggle Comments:
Hotkey Examples:
- Ctrl+'/' to toggle a comment in the C/C++ editor
- F11 to launch a Debug session
Toggle Comments:
- Ctrl + '/' (doesn't work)
- Ctrl + '7' (works!)
- Ctrl + Shift + 'C' (works!)
- How can we get Ctrl + '/' here to work for toggling comments?
- How can we get F11 to launch a Debug session?