Hello everyone,
Coming from a VB6/Delphi background, one feature I highly miss in Lazarus is having a quick option in the right-click context menus to toggle between the Form Visual Designer and the Source Code (just like the native F12 shortcut does).
Currently, we have to rely strictly on the F12 key.
Having a "View Form" option when right-clicking the Code Editor, and a "View Code" option when right-clicking a Form Component/Designer, would greatly improve the workflow and discoverability for new users migrating to Lazarus.
I tried implementing this via an IDE plugin package using MenuIntf, but due to recent API changes and deprecations (like SrcEditManager), it is quite tricky to maintain compatibility across different Lazarus versions.
It would be amazing if the core team could consider adding this small but high-utility quality-of-life feature natively to the default IDE context menus.
Thank you for the amazing work on Lazarus!