Naming style using regular expressions
Is it possible to define a regular expression as a naming style for some element. Ideally I would like to express both positive and negative matches. For instance I don't want local variables to start with a 'm_'. So I could say the naming must not match a regular expression "m_*". Given the current radio button list of pre-canned styles I suspect you are using regular expression internally anyway!
Please sign in to leave a comment.
Hello David
There is pretty similar request on YouTRack https://youtrack.jetbrains.com/issue/RSRP-116772.
Thanks!