vs2012のショットカットキーとは何ですか?コードの行をコピーしてから下または上に移動し、コードの行を切り取ってから下または上に移動しますか?
コピーバージョン:
printf("hello world");// press a shotcut key ,then ..
printf("hello world");// this line of code automaticly appear here.
カットバージョン:
printf("hello you");//press a shotcut key ,then this line **will be cut**,and then ..
printf("hello you");//this line of code automaticly appear here.
それらのようなショットカットキーはありますか?