SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » code generation » Alt+Insert (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: how-to get Alt+Ins to generate boilerplate for an interface

    OK, I've got it working, sort of. Say I have these classes and this interface: public class Base { public Base() { } public virtual void DoThat() { } } public interface IThing { void DoIt(); string Thing { get; } } public class Derived : Base, IThing { } I click inside Derived, hit Alt+Ins, and I...
    Posted to Forum by chucksphar on 09-09-2006
    Filed under: Alt+Insert, code generation
  • how-to get Alt+Ins to generate boilerplate for an interface

    I get the code generation to work fine for overriding a base class with virtual methods and/or a base class with abstract methods. But I can't seem to get it to implement an interface, not even one of the ones in the .NET Framework, let alone one of my own. How can I get that to work? thanks, Chuck
    Posted to Forum by chucksphar on 09-08-2006
    Filed under: Alt+Insert, code generation
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.