Project: QGIS

Version: 3.30

Feature: Add "toggle comment" action to the integrated python console

The comment and uncomment actions of the embedded Python Editor have been replaced with a toggle comment action, which is now also available in the Processing Script Editor.

This brings the editor UX in line with other IDEs such as VSCode, which allow the ability to toggle comments.

The default shortcut for this action is set to Ctrl+:

The toggle comment action is also available in Project Macro and Expression Editors, however this is only available using the Ctrl+: shortcut and oes not include the action button on the UI.

This feature was developed by Yoann Quenach de Quivillic