Request: "class" to "interface" when class name starts with "I"
Hello
I would love to be able to change the following line using the quickfix
option:
public class IModelDao
To the following line:
public interface IModelDao
When the name of the class starts with "I". What do you think?
Cheers
Gabriel Lozano-Moran
Please sign in to leave a comment.
Great idea though I think I followed by another capital would be more
appropriate (as in all your examples).
class IModelDao would match, class InterceptingFilter wouldn't.
"Gabriel Lozano-Moran" <gabriel@lozano-moran.name> wrote in message
news:g25l9v$dmd$1@is.intellij.net...
>
>
>
>
>
>
>