C#
C#
C# - Visual Studio 단축키
🌱 오늘의 주제 : C# - Visual Studio 단축키 🌱 C# - Visual Studio 단축키compile : ctrl + shift + b run : ctrl + f5Console.WriteLine : cw + tab 한 줄 삭제 : ctrl + x 드래그 후 주석 : ctrl + cConstructor : ctor + tabproperty : prop + tab ctrl + tab : 실행한 창으로 이동 to browser : alt + tabfind + replace : ctrl + h 리포멧 코드 (필요없는 using 지워짐, 혹은 코드 정리됨) : ctrl + k + e 같은 이름의 변수 혹은 메소드 한꺼번에 변경 : ctrl + r