This is my personal set of Live Code Templates, that can be used in a variety of different Delphi projects. The intention is effectively use this Delphi feature, and to do that, I decided to create Code Templates for the most common pieces of (useful) code that I can remember 😄.
Anyone is free to use this repo on any project. Just follow the installation instructions.
I still have to convert/prepare a bunch of snippets that I already use, but had not effectively created the Code Template. So, this repo should be updated regularly.
There are various categories:
- DUnit Projects
- DataSet Operations
- Type Definitions
- String Operations
- And much more
- Clone the repo
- Create a symlink between the cloned folder and the location where the official Delphi Code Templates are located.
git clone https://github.com/alefragnani/delphi-code-templates.git
mklink /D $USER_DOCUMENTS\Embarcadero\XX.X\Code_Templates\Delphi $CURRENT_FOLDER\delphi-code-templates
After that, you should see all this Code Templates inside Delphi
While Code Templates for Delphi is free and open source, if you find it useful, please consider supporting it.
MIT © Alessandro Fragnani