'editor.quickInsert' 설정을 true로 설정하면 바로 삽입 기능을 사용할 수 있습니다.(기본값 true)
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.quickInsert.show': true
} |
editor.quickInsert.show : true (기본값) | editor.quickInsert.show : false |
|---|---|
'editor.quickInsert' 설정을 true로 설정하면 바로 삽입 기능을 사용할 수 있습니다.(기본값 true)
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.quickInsert.show': true
} |
editor.quickInsert.show : true (기본값) | editor.quickInsert.show : false |
|---|---|