Miguel
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 2
-
Created How to execute functions in file templates?
I simply want to camelcase the filename. I can't find any ressources on this. Here's what I tried: #set( $name = camelCase($NAME) ) $name #set( $name = $camelCase($NAME) ) $name #set( $name =... -
Created Show Unfold arrow on x minimum lines of code
Is it possible to show this unfold-arrow (on the left, right after the line number) only at a minimum lines of code of the function? I would like to disable that arrow for functions, which contains...