c# - In visual studio, how to automatically input the latter half part of an object? -
for example, person p = new person();
have type letter 1 one, or select word 1 one (by intellisense), know can make new person()
automatically come after input person p
, how it?
ps, intellisense on in computer. sorry previous description, can select "new" or "person" intellisense, system doesnot show "new person()" together. curious is, after type "person p" or "person p =", "new person();" can automatically come
the functionality mean "intellisense". default should able hit ctrl + space after typing first letters of command or variable name open dropdownmenu possible matches. select correct entry , continue pressing "tab".
Comments
Post a Comment