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
- SpringBoot
- ubuntu
- Python
- MySQL
- AJAX
- myBatis
- git
- STS
- spring
- 오픈소스
- 설정
- Source
- Exception
- oracle
- Eclipse
- Tomcat
- 문서
- MSSQL
- Docker
- maven
- JDBC
- Spring Boot
- error
- Thymeleaf
- jpa
- IntelliJ
- JavaScript
- Open Source
- Core Java
- PostgreSQL
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 확장 프로그램 Offline 관리 (0) | 2024.07.13 |
[VSCode] Plugins & Cursor Editor 포함 (0) | 2024.05.05 |
[Git] Windows 에서 Git bash 설정 (0) | 2024.04.28 |
[Eclipse] Eclipse 설치 후 해야 하는 설정 (0) | 2024.04.27 |