ffes / nppsnippets

Code Snippets plugin for Notepad++
https://www.fesevur.com/nppsnippets
GNU General Public License v2.0
71 stars 12 forks source link

add For loop in snipet #54

Closed HelloWorldFR closed 1 year ago

HelloWorldFR commented 1 year ago

Hello, we can add for and forech loop and

for($i=0;$i<

;$i++){ // Type your code here }

Best regard

ffes commented 1 year ago

Did you read the docs?

https://nppsnippets.readthedocs.io/en/latest/usage.html#edit-a-snippet

HelloWorldFR commented 1 year ago

Its ok , thanks :)

ffes commented 1 year ago

Based on your comment I close the issue