VB

Post feature requests, product enhancement ideas, and other product-specific suggestions here. Do not post bug reports.
Forum rules
Do not post any licensing information in this forum.
This topic is 15 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
huntsecker
Posts: 99
Last visit: Mon Jan 04, 2016 1:47 am

VB

Post by huntsecker »

I know this will prob come when the gui editor gets completed, but can we get improvements on the vb.net files.suggested improvements* on opening a new vb.net file it should ask the name and then in new file it should have (believe it does this if you add to a project just not if you add file from file menu)Class <name>end class*typing things like sub <name>() and then enter should automatically add the end sub*typing things like sub <name>( should give context help such as byref* would be nice for templates ie typing Property <name> As T should auto add the get and return parts* Currently Intellisense for vb isnt very intelligent, after typing As and then pressing ctrl + space to get context help it doesnt narrow to types only* shouldnt allow you to call a class file class* object orientated programming is very labourious as class methods etc arent incorparated into intellisense* would be nice for error checking to see if you've missed typed stuff etc* prob alot more besides.Cheers
This topic is 15 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked