250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- MSSQL
- Spring Boot
- myBatis
- Thymeleaf
- Tomcat
- Source
- 오픈소스
- jpa
- PostgreSQL
- SpringBoot
- MySQL
- JDBC
- oracle
- spring
- STS
- ubuntu
- maven
- Open Source
- Core Java
- git
- Exception
- 문서
- Python
- IntelliJ
- AJAX
- JavaScript
- 설정
- error
- Docker
- Eclipse
Archives
- Today
- Total
헤르메스 LIFE
[VSCode] 설정 본문
728x90
Font
Commonly Used > Font Family
Color Customizations
파일 > 기본설정 > 설정
c:/Users/[사용자계정]/AppData/Roaming/Code/User/setting.json 파일
커서 색변경 : "editorCursor.foreground": "#ff0000", ( 빨강색 )
Bracket Match 색변경 : "editorBracketMatch.background": "#3c44d8", ( 파랑색 )
VS Code Tab 간격 설정
파일 > 기본설정 > 설정 - Tab size
VS Code 공백 설정
파일 > 기본설정 > 설정 - insert space
코드 자동 정렬 ( 단축키 : Shift + Alt + F )
Prettier - Code Formmater 선택 ( Prettier Code Formatter Plugin 을 설치해야 합니다. )
공백삭제
Trim 으로 조회 후 체크.
https://hermeslog.tistory.com/616
https://hermeslog.tistory.com/783
728x90
'장난감들' 카테고리의 다른 글
[Linux] Windows 11 에 Ubuntu 설치하기 (0) | 2024.11.29 |
---|---|
[VSCode] VSCode 확장 프로그램 관리 (0) | 2024.07.13 |
[VSCode] Plugins (0) | 2024.05.05 |
[Git] Windows 에서 Git bash 설정 (0) | 2024.04.28 |
[Eclipse] Eclipse 설치 후 해야 하는 설정 (0) | 2024.04.27 |