arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.07k stars 353 forks source link

Ctrl+; to add/remove semicolon at end of line #2419

Open MihaiZecheru opened 1 month ago

MihaiZecheru commented 1 month ago

Describe the request

When the Ctrl+; shortcut is pressed, toggle the semicolon at the end of the line. Add a semicolon if there isn't one, and remove the semicolon if it exists.

Describe the current behavior

Ctrl+; doesn't do anything currently.

Arduino IDE version

2.3.2

Operating system

Windows

Operating system version

11

Additional context

No response

Issue checklist