Hi all!
i am professional software developer and familiar with VS2005. But i find the new #D 3.0 very interesting and so i am doing the first customer project by now (nearly finished).
working with the SD IDE i searched for some features i used in VS, but could not find them here. perhaps someone can tell me, where to find, or if they are really missing:
1) In the designer: how can i select the parent control? i.e. a panel within another panel: in VS you click on the most upper control and each <ESC> hit you select the corresponding parent. good feature for large/complicated forms.
2) editor: how can i reopen the list of function arguments? in VS you press SHIFT+CTRL+SPACE to get the list, again. helpful, if you want to doublecheck the argument of a method calling.
3) can i select, if i want the opening curly brackets on the same line as the (i.e.) method declaration, when automatic generated code is inserted?
4) is there a way, that after CTRL+V, when code is inserted, that newly inserted code is formatted automatically (meaning CTRL+I only for the new code automatically after CTRL+V?
Thanks in advance for answers and tips.
Achim
p.s. VERY GOOD WORK, THAT #D!!!! hope i can give something back with helping to improve it, some day...