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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -