맥Mac관련_Apple/macOS맥_맥북_개발환경세팅

<Rust&Python_etc..>☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win)

내인생PLUS 2020. 8. 5. 11:24
728x90

GlobalYoung(내인생PLUS) 후원 방법
후원받은 금액으로 더 좋은 글을 만들도록 하겠습니다
https://toon.at/donate/637632064207125437

 

Toonation

 

toon.at

 

 

GlobalYoung Donation & 후원받습니다. (더욱 가치 있는 곳에 쓰겠습니다.❤️) ⭐️Donation : https://www.buymeacoffee.com/ytok1108P

 

GlobalYoung is Coding & Financial Knowledge

Are you sure? Switching to a new level will terminate your current membership. You will no longer have access to this level or its rewards.

www.buymeacoffee.com


 

코딩시간을 절반으로 줄여주는 VSCode 9개 기능 -  코딩애플


 https://economiceco.tistory.com/9418 

 

코딩시간을 절반으로 줄여주는 VSCode 9개 기능-코딩애플

https://youtu.be/mh-0twurNRE

economiceco.tistory.com

 

 

 

VSCODE MacOS ShortCut

https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf



code.visualstudio.com/docs/getstarted/tips-and-tricks#vscode

 

Visual Studio Code Tips and Tricks

Visual Studio Code Tips and Tricks for power users.

code.visualstudio.com

 

 
VSCode
(Visual Studio Code)
Pycharm
(파이참)
Visual Studio
(비주얼스튜디오)
  Mac Win Win Win
한줄삭제  Command+Shift+K

⌘+⇧+K

Ctrl + Shift + K Ctrl + Y Ctrl + Shift + L(완전삭제)

잘라내기 후 붙히기
Ctrl + L or Ctrl + X
(잘라내기)

Ctrl + V
(붙히기)

         
라인이동
줄 전체가 이동
 Option +
↑ or ↓

⌥+↑ or ↓
Alt + ↑ or ↓ Alt + Shift + ↑ or ↓ Alt + ↑ or ↓
         
복사하고 싶은 줄
그대로 밑이나 위에
복사해줌
반복 작업때 개꿀!!
 Option + Shift + ↑ or ↓

⌥ + Shift +
↑ or ↓

⌥ + ⇧ +
↑ or ↓

Alt + Shift + ↑ or ↓ Ctrl + D
(밑에 라인에 그대로 한줄 똑같이 복사)
Ctrl + D
(밑에 라인에 그대로 한줄 똑같이 복사)
         
클릭하면 커서 생김
동시에 2~이상
수정가능
Option + Click

⌥ + Click
Alt + Click Alt + Click Alt + Shift + Click
열단위로 클릭됨
같은 행은 안되요 ㅠㅠ
         
주석 처리
Comment 처리
command + /

⌘ + / 
Ctrl + / Ctrl + / Ctrl + K + C(주석처리)

Ctrl + K + U(주석해제)

(블럭 씌운 후)
Ctrl + Shift + /
         
    Alt + Shift + I
드레그 쭉 하고 하면 커서가 드레그
한 곳에 다 만들어짐.
대박 동시에 다 수정하기
마우스가 위치한 곳에 위치됨
   
         
    Alt + Shift + DRAG
마우스 드레그마다 다 선택
   
         
코딩작업한
처음/마지막
한번에 이동
  Ctrl + HOME / END Ctrl + HOME / END  
         
코딩 Method단위로
이동
    Alt + ↑↓  
         
옆에 사이드바 숨김 command + B

⌘ + B
Ctrl + B    
         
반복하는 단어
한방에
슥삭 한번에 수정
command + Shift + L

⌘ + ⇧ + L
Ctrl + D
(한개씩 추가)

Ctrl + Shift + L
(모두 쓱싹 선택 되어
전부 변경 가능)

Ctrl + D + Click마우스(좌클릭)
똑같은 변수 다 클릭됨
대박편함!!

마우스 안 쓰고 하기!!
다 바꾸고 싶은 변수위에 가서
Ctrl+Shift+L
Shift + F6
(변수명 바꾸기(다같이))
Ctrl + R + R
(함수명 바꾸기(다같이))
         
Code 접기/펴기
긴 코딩 편하게 보기
  Ctrl+Shift+[
and
Ctrl+Shift+]
-----------
(모두접기)
Ctrl+K+0
(접은거 모두 펴기)
Ctrl+K+J
접기 Ctrl + ( - )
전체 접기 Ctrl + Shift + ( - )

펴기 Ctrl + ( + )
전체 접기 Ctrl + Shift + ( + )
Ctrl + M+ M
함수 접고 펴기
         
Class 구조확인     Alt + 7  
         
Class 마법사 시작       Ctrl + Shift + X
         
원하는 코드 줄로 이동  Control + G

⌃ + G
Ctrl + G Ctrl + G Ctrl + G
         
코드 한줄씩 실행 하기 블록 하고 하면 
블록 구역 실행됨
Shift + Enter

⇧ + ⏎
  Alt + Shift + E Debug로 설정
F11 한단계씩 코드 실행

F10 프로시저 단위 실행
(표준 함수의 내부 코드를 건너뛰기 위해서 사용)

F9 중단점 설정/해제
실행했을 때 중간에 멈출 지점을 설정하거나 해제할 때 사용

F5로 실행했는데 중단점이 설정되어 있지 않으면 코드를 끝까지 실행한다.

F11등으로 확인하다가 고칠곳을 찾았으면 F5로 끝까지 실행시켜서 종료시키면 된다.

         
자동 정렬하기       Ctrl + K + F
(없어서는 안될 기능!
전체선택(Ctrl + A
누르면 모두 깔끔하게 정렬
         
터미널창 띄우기   Ctrl + Shift + `
(윈도우 cmd 창 처럼나옴)
   
         
자동완성       Ctrl + Space
빠질 수 없는 단축키!!
         
모든 검색
다 실행 시켜줌
      Ctrl + Q
         
대문자

소문자 변환
      Ctrl + Shift + U
(대문자로 변환)

Ctrl + U
(소문자로 변환)
         
        ↓Visual Assist Features ↓↓
(Visual Assist Features)
1#Open any file
      Alt + Shift + O
         
(Visual Assist)
2# Find any symbol
      Alt + Shift + S
         
(Visual Assist)
3# List methods in file
      Alt + M
         
(Visual Assist)
4# Go to implementation
      Alt + G
         
(Visual Assist)
5# Create implementations
      Under Alt + Shift + Q menu
         
         
C/C++        
컴파일 후
실행
Control+Option+N

⌃+⌥+N

     
         
         
         
         

 

 

 

Visual Studio Code Keyboard shortcuts for Windows OS

 

 

https://twitter.com/apantweets/status/1575296435649941504?s=20&t=YSBsHhG1nEZQBFpqNHJy1w

 


 

윈도우&Mac 기준 이모지(emoji)

단축키(Windows & Mac)👌❤️

 

https://economiceco.tistory.com/11141

 

윈도우 기준 이모지 단축키(Windows & Mac)👌❤️

Windows Mac 윈도우 + . control + cmd + space

economiceco.tistory.com

 


 

 

---PyCharm파이참 링크---

파이참 단축키 자세히
https://m.blog.naver.com/PostView.nhn?blogId=liflower&logNo=221948585169&proxyReferer=https:%2F%2Fm.search.daum.net%2Fsearch%3FDA%3DYZR%26DN%3DIPDA%26enc_all%3Dutf8%26f%3Diphoneapp%26nil_app%3Ddaumapp%26nil_profile%3Dbtn%26q%3D%25ED%258C%258C%25EC%259D%25B4%25EC%25B0%25B8%2520%25EB%258B%25A8%25EC%25B6%2595%25ED%2582%25A4%26w%3Dtot

 

파이참 ( PyCharm ) 단축키

​​EditingCtrl + Space : Basic code completion (the name of any class,method or variable)Ctrl ...

blog.naver.com


파이참(간단한 단축키)Pycharm -
https://economiceco.tistory.com/m/3537

 

파이참(간단한 단축키)Pycharm

https://m.cafe.daum.net/beginWeb/Ve2n/3?q=%ED%8C%8C%EC%9D%B4%EC%B0%B8%20%EB%8B%A8%EC%B6%95%ED%82%A4& 파이참(간단한 단축키) 한라인삭제Ctrl + Y라인추가Shift+ Enter (문장의 중간에서 한번 입력해보세요.)..

economiceco.tistory.com




---VSCode 비쥬얼 스튜디오 코드 링크---


VSCODE

Code(file)->Preference->Keyboard-> Shortcuts



개인Setting 컴파일러, 실행 C++때문에 만듬
webnautes.tistory.com/1158

 

Visual Studio Code에서 C/C++ 프로그래밍( Windows / Ubuntu)

Windows와 Ubuntu 환경에 설치된 Visual Studio Code에서 C/C++을 컴파일하고 실행시키는 방법에 대해 설명합니다. 테스트에 사용한 운영체제 버전은 Windows 10과 Ubuntu 18.04입니다. Visual Studio Code 버전에..

webnautes.tistory.com

 



VSCode단축키 및 팁 정리 -
https://economiceco.tistory.com/m/3076

 

VSCode단축키 및 팁 정리

https://m.blog.naver.com/dbstjdal83/221731595150 Visual Studio Code(VSCode) 단축키 및 팁 정리 #vscode #vscode단축키 #vscode팁​출처 : https://webisfree.com/2018-11-02/visual-studio-code(vscode)-.....

economiceco.tistory.com




VSCode 단축키 코딩 인생 꿀템 🍯 -Nomad Coders -
https://economiceco.tistory.com/m/3040

 

VSCode 단축키 코딩 인생 꿀템 🍯 -Nomad Coders

https://youtu.be/Wn7j5dfbJF4

economiceco.tistory.com

 


www.youtube.com/watch?v=Iu9cZVDszvc







Visual Studio(비주얼스튜디어) 링크


https://jhnyang.tistory.com/323

 

자주 사용하는 비주얼스튜디오 단축키 정리 (Visual Studio shortcuts)

[C/C++ 프로그래밍 강좌 목차] Visual Studio 단축키 알아보기 안녕하세요 여러분들 ㅎㅎ 오늘은 개발환경 비주얼스튜디오 단축키에 대해 알아보려고 합니다. 단축키를 커스터마이징해서 사용할 수��

jhnyang.tistory.com


오류 찾기 디버깅과 추적
lypicfa.tistory.com/95

 

C언어 이론5. 디버깅과 추적(vs2017 디버깅 단축키)

//내가 디버깅 관련 기능을 잘 모르기 때문에 일단 기본적인 단축키만 정리해 둠. 추적(Trace)은 컴파일 에러는 일어나지 않지만 원하는 결과가 나오지 않았을 때 프로그램을 한 라인씩 실행해가��

lypicfa.tistory.com


오류 찾기 , 브레이크 설정
www.youtube.com/watch?v=tw6DHqsMztU



c10106.tistory.com/4181

 

Visual Studio Code for Windows에서 코드 섹션을 축소하려면 어떻게합니까?

Visual Studio Code for Windows에서 코드 섹션을 축소하려면 어떻게합니까? Visual Studio Code에서 코드 섹션을 접거나 접는 방법은 무엇입니까? 이 기능이 지원됩니까? 접기 는 롤아웃되었으며 이제 Visual St

c10106.tistory.com

 

---개발자를 위한 윈도우 셋업(VSCode setting도 나옴)---

https://nomadcoders.co/windows-setup-for-developers

 

개발자를 위한 윈도우 셋업 - 노마드 코더 Nomad Coders

WSL2, Windows Terminal, Ubuntu

nomadcoders.co





다른글 보기

코딩시간을 절반으로 줄여주는 VSCode 9개 기능-코딩애플 -

https://economiceco.tistory.com/m/9418

 

코딩시간을 절반으로 줄여주는 VSCode 9개 기능-코딩애플

https://youtu.be/mh-0twurNRE

economiceco.tistory.com

 

반응형