Type Members Layout and explicit interface
Using the type members layout settings, is it possible to create a match that will find explicit interface implementations?
What does the property "Immediate" mean?
I want to order these separately from regular interface implementations.
Please sign in to leave a comment.
Unfortunately, no :(
This is a feature for 4.0: see
http://www.jetbrains.net/jira/browse/RSRP-45536
interface I1 {...}
interface I2 : I1 {...}
class C : I2 {....}
I2 is immediate interface for C
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks for letting me know.
Is there more complete documentation of this feature somewhere?
Unfortunately, no
As a reference, you can use default pattern (which is rather complicated),
and the xml schema as a reference on all possible instructions
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"David Mann" <no_reply@jetbrains.com> wrote in message
news:22848340.1184612653366.JavaMail.itn@is.intellij.net...
Where is the schema located?
Ummmm.........
It's our fault - we haven't provide it as is.
You can extract it vie reflector as an embedded resource in
JetBrains.ReSharper.Psi.CSharp.dll assembly
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"bbypowerdude" <no_reply@jetbrains.com> wrote in message
news:3006736.1184826263949.JavaMail.itn@is.intellij.net...