2
2

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 5 years have passed since last update.

Sublime Text 2にEmmetを導入してHTMLをはやく

Last updated at Posted at 2015-07-20

やっぱりどんな補正よりEmmetが一番便利ですよね。
てことで、Sublime Text 2にEmmet導入します。

  1. パッケージをダウンロードします。

  1. Sublime Text 2のPackagesに先ほどダウンロードしたemmetを入れればOK
    (Sublime Text 2 > Preferences > Browse Packages)

あとついでに、Emmetで"!"を展開した時に日本語設定になるようにしておきます。

Sublime Text 2 > Packages > emmet-sublime-master > emmet > snippets.json
の中のはじめの部分を

snippets.json
{
	"variables": {
		"lang": "ja",
		"locale": "ja-JP",
		"charset": "UTF-8",
		"indentation": "\t",
		"newline": "\n"
	},
	//...以下略

以上!

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?