I'm trying it out. But I noticed that in VWD that it doesn't have auto-completion. If I have a Label on the form. I got typing Label. it doesn't bring up Text or anything. Its like you have to be a master of everything and know the properties to use IP.
And when you click on button for say it doesn't automatically create the def Button_Click1(sender, object): I know its not fully complete I just thought I'd let you all know
You're talking about a term called intellisense, and it should work in VWD, you're method should also be created if you double click on a button in design view. It sounds like something is wrong with your IDE. If you've installed WinFX (also known as .net
3.0 or any of the Windows Foundation Stuff) it breaks intellisense, there's a registry fix for it.
Unfortunately, these are the limitations for IronPython in this CTP (Community Technology Preview) release. There are very limited intellisense and debugging support currently. Event-autogeneration are not supported at all. You could leverage html schema
intellisense in source view and property grid for controls in design view for some quick reference on properties and events. I appologize for the inconvenience. We'll try to complete these features in our next release.
Please check out the last section of readme.htm from installation directory for more limitations.
Thank you for trying this out and reporting issues! We appreciate and will try to fix the problems as soon as we can.
Kiryn
Member
175 Points
35 Posts
Completion
Nov 02, 2006 09:21 PM|LINK
I'm trying it out. But I noticed that in VWD that it doesn't have auto-completion. If I have a Label on the form. I got typing Label. it doesn't bring up Text or anything. Its like you have to be a master of everything and know the properties to use IP. And when you click on button for say it doesn't automatically create the def Button_Click1(sender, object): I know its not fully complete I just thought I'd let you all know
IronPython ASP.NET IronPython
Freakyuno
Star
12518 Points
1952 Posts
Re: Completion
Nov 03, 2006 12:00 AM|LINK
My Blog
Kiryn
Member
175 Points
35 Posts
Re: Completion
Nov 03, 2006 01:18 AM|LINK
Kiryn
Member
175 Points
35 Posts
Re: Completion
Nov 03, 2006 11:09 PM|LINK
i reinstall visual studios 2005, uninstall VWD. uninstalled everything yet the auto-completion still doesn't work.
ASP.NET Python IronPython IronPython ASP.NET IronPython
qingye
Member
200 Points
47 Posts
Microsoft
Re: Completion
Nov 05, 2006 05:03 AM|LINK
Unfortunately, these are the limitations for IronPython in this CTP (Community Technology Preview) release. There are very limited intellisense and debugging support currently. Event-autogeneration are not supported at all. You could leverage html schema intellisense in source view and property grid for controls in design view for some quick reference on properties and events. I appologize for the inconvenience. We'll try to complete these features in our next release.
Please check out the last section of readme.htm from installation directory for more limitations.
Thank you for trying this out and reporting issues! We appreciate and will try to fix the problems as soon as we can.
Thanks!
Qing