hi, i saw one MSDNTV video, and the vid was about new feture sin desing environment and code completion. that man was worging with web developer tool, and he was showing some tips about creating a class, and its properties. i saw that it was very useful way, by only pressing TAB you get some code already generated, and marked fields to write your own names. a very cool way is to write properties. he showed that its enough to wite "property" and click Tab and the property is automaticaly generated with get and set methods, i decided to test it on c# express edition, but i saw that it doesn't work, maybe i have to configure something in c# options or that code completion and generation is availabel only in fill version of visual studio Thanks for any help

it works!
Eswans2000
You press TAB twice to get this to work. IF it doesn't work, then I guess it's not in the Express edition, which makes sense. IF everything went in the express edition, why would anyone buy the more expensive ones Especially as Express is currently free.
FractalizeR
Paul Mearns
yes it works, but it works,on code completion, but the problem is with code automatic generation, try tah thing in the brand new class:
type: public class {
and here type property and imedeatly press TAB, the result is that you get a automatic generatetd propertie, with get and set fields, and i think this thing doesn't work in c# express edetion, only in pro version
}
elifeinchrist
Hi,
try Ctrl + space. it's work or not
Jim Hume
Hi,
Also, there is shortcut (Shift + K , Shift + X)
you can use code snippet that is a great way to deal with code completion, you can add you own blocks & generated code though XML snippet file.
see this for further information:
http://aspnet.4guysfromrolla.com/articles/122105-1.aspx