FormaServe / IBMi-Snippets

IBM i Traditional Programming Snippets
MIT License
3 stars 1 forks source link

location of snippet code #3

Open davidknittle opened 2 years ago

davidknittle commented 2 years ago

where is the code behind the snippets stored? can i change it? add my own?

AndyYouens commented 2 years ago

We are looking at the ability to save personalised templates in a future iteration.

All the necessary code for this snippet is included within this repo.

We are open to contributions, please submit a PR with your additions.

davidknittle commented 2 years ago

I would love you help out! I have never done it, and I am not sure how (just starting with git). I will do some research right away. I did find them on my system, I think and modded the json to fit my environment, but I want to add things like !iproc or !isql for a standard sql declare/read loop just to start with.

AndyYouens commented 2 years ago

Sounds great! If you want a quick run through how we have put this together, let me know I'll send you a teams invite.

Cheers!

bojasv commented 2 months ago

@AndyYouens I'm so glad to find this extension on VS Code. I was actually looking for a tool that could save time for writing code from the scratch each time you need to prototype anything or run some combination of cases around a BIF/Op-Code/code-piece.

I've a few suggestions... will push them soon :)

Cheers!

AndyYouens commented 2 months ago

Glad it was helpful. Looking forward to seeing your pr @bojasv

bojasv commented 2 months ago

Just shot one out there ;)