This is a migrated thread and some comments may be shown as answers.

Feature Request - Auto Generate Method from Code In Front

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jamie
Top achievements
Rank 1
Jamie asked on 19 Nov 2009, 04:48 PM
Something nice to have would be the ability to generate a function stub from the code in front.  For example, type out:
OnClick="Button_OnClick", then right click on "Button_OnClick" and it would generate:

protected void Button_OnClick(object sender, eventargs e){
throw new UnhandheldException();
}

Just an idea that would make things easier... of course, it would have to know what control and what event was fired, in order to pass the correct eventargs...

1 Answer, 1 is accepted

Sort by
0
Ivo Bratoev
Telerik team
answered on 19 Nov 2009, 07:13 PM
Hi Jamie,
Thank you for your suggestion. We have this feature in our product backlog. You just raised its priority :)

Greetings,
Ivo Bratoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Jamie
Top achievements
Rank 1
Answers by
Ivo Bratoev
Telerik team
Share this question
or