eirikbakke commented on PR #8194:
URL: https://github.com/apache/netbeans/pull/8194#issuecomment-2614620676
@mbien Oh, that's neat! I got that to work. Note that the folder in the home
directory is called "config" rather than "conf", at least in my case. (Would
also be useful in your readme to say "config/rules/" with a slash at the end to
make it clear that `rules` is a directory rather than a single file.)
I know it's off-topic but there's one Jackpot rule I would love to have,
which is similar to "Assign Return Value to New Variable", except using the
return value as an iterable for a for loop. E.g. "Iterate over Expression in
for Loop":
`someIterableOfFooType`
becomes
```
for (FooType fooType : someIterableOfFooType) {
}
```
Is that a rule you would know how to write off the top of your head?
(Ideally it would work when FooType has generic parameters, too.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists