Code Comments in Interfaces

  • Thread starter Thread starter Ole Olsen
  • Start date Start date
O

Ole Olsen

Hi

When writing code comments (to e.g. methods) in an Interface, this comments
does not seem to be transferred to the implementing class?

When ever instantiating a class implementing a "commented" interface, none
of the comments are shown in IntelliSense?

What am I doing wrong?

Thanks!

/Claus
 
Ole Olsen said:
Hi

When writing code comments (to e.g. methods) in an Interface, this
comments
does not seem to be transferred to the implementing class?

When ever instantiating a class implementing a "commented" interface, none
of the comments are shown in IntelliSense?

What am I doing wrong?

Nothing, this isn't a feature that is available right now. It is something
the IDE should provide but, alas, doesn't.
 
Back
Top