강의

멘토링

커뮤니티

Inflearn Community Q&A

cksdyd219677's profile image
cksdyd219677

asked

Creating a Super Simple REST API Bulletin Board with Spring Boot and React

Implementing React UI

중괄호 Tab to Exit 설정

Resolved

Written on

·

151

0

js파일에서 html 작성할 때 속성의 중괄호 부분이 tab키를 눌러도 빠져나가지지 않네요.

다른 괄호나 따옴표는 나가지는데 따로 설정을 하신건가요?

mysqlrest-apispring-bootjpareact.js

Answer 1

0

neneee님의 프로필 이미지
neneee
Instructor

저는 플러그인을 사용 중이라서 자동으로 가능한데, 플러그인을 설치하지 않으셨다면,

1. Editor 설정 변경하기

  1. File > Settings (Ctrl + Alt + S)로 이동

  2. Editor > General > Smart Keys 메뉴로 이동

  3. "Jump outside closing bracket/quote with Tab" 옵션을 활성화

    또는

2. Intellij 에서 제공하는 React 플러그인 설치

하시면 됩니다.

 

아래는 제가 사용했던 플러그인 입니다.

플러그인 설치를 추천 드립니다.

image.png

 

 

cksdyd219677's profile image
cksdyd219677

asked

Ask a question