본문 바로가기

vs code

VS code (Cursor AI) extension 만들어 보기 (Upward fold additionally (Smart fold/unfold)) # VS code (Cursor AI) extension 만들어 보기 (Upward fold additionally (Smart fold/unfold))들여쓰기 (indent) 고려해서 fold/unfold 해주는 기능이 VS code (Cursor AI) 에 기본적으로 있긴 한데, 젤 아래에서 위쪽으로 fold 해주는 기능이 없고 딱히 extension 을 검색해봐도 안뜨길래 만들어 보기로 결심. 그 내용을 공유합니다.해당 extension 은 에서 보실 수 있습니다. GitHub repo 는 .## PH2025-04-07 : First posting.## TOC## 우선 AI 의 도움을 받아서 package.json 을 다음과 같이 설정.fold-unfold-smartly 라는 이름으로 GitHub.. 더보기
개발하는데 유용한 VS (Visual Studio) Code 확장팩 (Extensions) # 개발하는데 유용한 VS (Visual Studio) Code 확장팩 (Extension)참조한 블로그 글: ## PH2024-08-03 : First posting.## TOC## 확장팩 까는 법 (How to Install Extension)다음과 같이 side tab 에 Extensions tab 이 있음. 단축키: Ctrl+Shift+X.깔고자 하는 Extention 을 검색한 후 install 을 누르면 설치 완료. 확장팩 까는 법 (How to Install Extension) ### 여러 컴퓨터에서 설정과 확장팩 sync 맞추기 VS code 스타일 및 Settings and Extensions Sync 맞추기 ## 코딩시간을 절반으로 줄여주는 VSCode 9개 기능 by 코딩애.. 더보기
Ctrl+Shift+P does NOT working in Editor (VS code, Sublime Text) :: 에디터에서 단축키가 먹지 않을때 해결법 # Ctrl+Shift+P does NOT working in Editor (VS code, Sublime Text) :: 에디터에서 단축키가 먹지 않을때 해결법어느날 갑자기 VS (Visual Studio) code 와 Sublime Text editor 에서 Command 명령을 내리는 Ctrl+Shift+P 가 동작을 안했다. 검색해보니 가능한 시나리오가 다음과 같았다. stackoverflow.com :: Command Palette shortcut not working in Sublime Text3A user installed plugin or custom key binding is bound to the same key, which is taking precedence and stopping .. 더보기