Diego Simonini 1 Posted May 18, 2022 Hi everyone, I'm guessing if exists a shortcut or a plugin to keep declaration of functions and procedures in sync with implementation. Something bidirectional, if positioned on declaration the shortcut should update implementation and viceversa. Thank you Share this post Link to post
Lajos Juhász 293 Posted May 18, 2022 You should write which version of the Delphi you're using. For methods you can use Sync prototypes with the shortcut Shift+Ctrl+Alt+P. https://docwiki.embarcadero.com/RADStudio/Sydney/en/Code_Editor#:~:text=The Sync Prototypes feature is,name or the function modifiers. Share this post Link to post
PeterBelow 238 Posted May 18, 2022 35 minutes ago, Diego Simonini said: Hi everyone, I'm guessing if exists a shortcut or a plugin to keep declaration of functions and procedures in sync with implementation. Something bidirectional, if positioned on declaration the shortcut should update implementation and viceversa. Thank you ModelMaker Code Explorer (MMX) can do this, as well as a lot of other things. Could not live without it... See https://www.mmx-delphi.de/ It is free and maintained. Share this post Link to post
Diego Simonini 1 Posted May 18, 2022 1 hour ago, Lajos Juhász said: You should write which version of the Delphi you're using. For methods you can use Sync prototypes with the shortcut Shift+Ctrl+Alt+P. https://docwiki.embarcadero.com/RADStudio/Sydney/en/Code_Editor#:~:text=The Sync Prototypes feature is,name or the function modifiers. Sorry, D7 Share this post Link to post
Diego Simonini 1 Posted May 18, 2022 1 hour ago, PeterBelow said: ModelMaker Code Explorer (MMX) can do this, as well as a lot of other things. Could not live without it... See https://www.mmx-delphi.de/ It is free and maintained. Thank you Share this post Link to post
Uwe Raabe 2057 Posted May 18, 2022 A version of MMX suitable for D7 can be found at the download page after clicking Previous versions. Delphi 7 is supported up to V13. Share this post Link to post