기타/IDE

기타/IDE

eclipse Encoding 설정하는 법

이클립스 인코딩 설정 Windows -> Preference General -> Content Types Java Class File -> Default encoding : UTF-8 입력 후 Update General -> Editors -> Text Editors -> Spelling Encoding : Other: UTF-8 선택 후 Apply General -> Web Browser -> Use External web browser -> Chrome 체크 후 Apply General -> Workspace -> Text file encoding -> Other: UTF-8 선택 후 Apply Web -> CSS Files Web -> HTML Files Web -> JSP Files 모두 Enco..

기타/IDE

[IntelliJ] 자동 import 되는 설정

자동 import 매번 Ctrl + Shift로 자동완성시켜서 임포트 시키기 귀찮으면 File -> Settings -> Editor -> General -> Auto Import Add unambiguous imports on the fly 체크

기타/IDE

[IntelliJ] 인텔리제이 html css js 수정했을 때 자동 Run

인텔리제이에서 html css js를 수정할때마다 매번 Run을 실행해야 브라우저에 변경사항이 나타나는데 Run 안 해도 변경되도록 설정할 수 있습니다. File -> Settings build.gradle에서 dependencies 추가 compileOnly("org.springframework.boot:spring-boot-devtools")

기타/IDE

[VSCode] Code Snippets으로 간편하게 코드 넣기

코드스닛펫 : 반복해서 사용하는 코드를 코드 조각으로 만들어서 쉽게 재사용할 수 있다. "thymeleaf html" : { "scope": "html", "prefix": "thymeleaf-html", "body": [ "", "", "", "", "$2", "", "" ], "description": "thymeleaf + html 자동코드" }, "thymeleaf content html" : { "scope": "html", "prefix": "thymeleaf-content-html", "body": [ "", "", "", "", "$2", "", "" ], "description": "thymeleaf + html 자동코드" }, "thymeleaf content html" : { "sco..

eunjin-park
'기타/IDE' 카테고리의 글 목록