https://github.com/alefragnani/delphi-code-templates
Code Templates for Delphi
https://github.com/alefragnani/delphi-code-templates
code-template delphi
Last synced: 11 months ago
JSON representation
Code Templates for Delphi
- Host: GitHub
- URL: https://github.com/alefragnani/delphi-code-templates
- Owner: alefragnani
- License: mit
- Created: 2016-12-18T16:52:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T19:03:05.000Z (over 3 years ago)
- Last Synced: 2025-01-17T14:39:10.097Z (about 1 year ago)
- Topics: code-template, delphi
- Size: 9.77 KB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Code Templates for Delphi
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 :smile:.
_Anyone is free to use this repo on any project. Just follow the installation instructions._
## Contents
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
## Installation
* 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**
## Support
While **Code Templates for Delphi** is free and open source, if you find it useful, please consider supporting it.
---
## License
[MIT](LICENSE.md) © Alessandro Fragnani


