vscode, cursor ai 플러그인 설치 리스트
Updated on
저번에 nativescript svelte 한다고, vscode 설치했었고 이번에는 cursor ai 에디터가 좋다고 해서 설치했는데 vscode 기반이고 플러그인들도 모두 공유하기 때문에 개발할때 유용한 플러그인 리스트를 작성함.
최신 업데이트 : 25년 01월 22일
확장 프로그램 리스트
Auto Rename Tag Black Formatter Docker Dotenv Official +Vault ESLint Flake8 Git Graph Git History Git Stash gitignore Highlight Matching Tag Image preview IntelliJ IDEA Keybingdings JetBrains Icon Theme Laravel multi-command NativeScript Navigate Edits History Nord Palette npm Intellisense Path Intellisense PHP Intelephense Prettier - Code formatter Prettier ESLint Project Manager Python Python Indent Svelte for VS Code Tailwind CSS IntelliSense Todo Highlighter Vue - Official WSL YAML
PHP Intelephense 설정
PHP Intelephense 에서 설명하는 내용에서는 기본 빌트인 확장 프로그램을 꺼야한다고 한다. (https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client)
확장 프로그램 리스트에서 vscode 에 기본으로 빌트인되어 있는 php 확장 프로그램을 disabled 시켜야 한다.
EXTENSIONS: BULITIN @builtin php PHP Language Features (Built-in) Disabled
IntelliJ 와 동일한 환경으로 세팅하기
- vscode 에서 단일주석 할 경우에 커서 한줄 아래로 내려가기 만들기
- vscode 에서 드래그된 줄에서 Tab 탭 키 누를 경우 글자 삭제되는 문제 수정하기
- vscode 에서 intellij 처럼 Reformat File 단축키 Ctrl+Alt+Shift+L 으로 수정하기
- vscode 에서 ESLint Fix all auto-fixable Problems 단축키 설정하기
- vscode 에서 보고있는 파일 explorer 추적하는 버튼 만들기
- vscode 에서 ctrl+d 해당 라인 복사하기
단축키 리스트
"Shift Shift" - Search "Shift Shift >" - Command "Ctrl + Alt + L" - Reformat File "Ctrl + Alt + Shift + L" - Reformat File