0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

codesandboxでEmmetを使う方法

Last updated at Posted at 2023-08-29

codesandboxでEmmetが使えるという情報を聞き、試してみたがうまく行かない。

こんな状態

例えばcodesandbox上で

emmet
header>nav

と入力してtabキーを押すと、

html
<header>
    <nav></nav>
</header>

となってほしいところだが、
普通にtab文字が入力されるだけである。

解決策

Codesandboxで

  1. Preferences > Editor > Open VScode Settingsを開く
  2. 「emmet」と検索し、Emmet: Trigger Expansion On Tab にチェックをつける

これでいい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?