20
20

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.

Visual Studio CodeAdvent Calendar 2016

Day 10

HTML書くときにVSCで使っているあれやこれ

Last updated at Posted at 2016-12-10

VisualStudioCode AdventCalendar2016 10日目の記事です。
すごく初心者です!よろしくお願いします。

ちょっと前置きですが、友人たちへの布教用も兼ねているのと、
私が日常でちょくちょく使ってて便利だー!と感動したものをのせてます。
他にもこれが便利だよ!とかあったら教えていただけると幸いです。

ちょっといろいろ試してないので後でいろいろ追加したいです。

Live HTML Previewer

[Live HTML Previewer](https://marketplace.visualstudio.com/items?itemName=hdg.live-html-previewer) ![スクリーンショット 2016-12-03 1.12.31.png](https://qiita-image-store.s3.amazonaws.com/0/149691/feb2269b-8a6e-dbab-141f-504c9dbd41f6.png)

私の好きなやつです。DWみたいにリアルタイムでプレビューできるので見つけたときすごくうれしかったです。

使い方は

For side preview, use the keybinding 'ctrl+q s' or press 'F1' and type "Show side preview"
For full preview, use the keybinding 'ctrl+q f' or press 'F1' and type "Show full preview"

Ctr+QかF1押して、>show side(full) preview と入力するだけです。簡単!
sideとfullはこんな感じになります。

side

![001.jpg](https://qiita-image-store.s3.amazonaws.com/0/149691/5f791d02-52ec-69d1-fa0a-732eae1e7ead.jpeg)

full

![002.jpg](https://qiita-image-store.s3.amazonaws.com/0/149691/b0451ff6-ffcb-f87e-abb2-aad44179b4c5.jpeg)

注意すべきはHTMLが開いているときにこのコマンド使ってねってことです。じゃないとなんか怒られました。私だけかな。
サンプル引っ張ってきてます。h ttp://pondt.com/

Color Picker

[Color Picker](https://marketplace.visualstudio.com/items?itemName=anseki.vscode-color) Atomにもあったやつだ、多分 >A dialog box is shown by pressing Alt + C P keys or command Pick Color.

カラースライダーが出てきて指定できるやつ。

VS Color Picker

[VS Color Picker ](https://marketplace.visualstudio.com/items?itemName=lihui.vs-color-picker) ピッカーで色が取得できちゃったりする素敵なやつです。 ![003.jpg](https://qiita-image-store.s3.amazonaws.com/0/149691/8b29b848-a1ea-750e-297f-7db9fa9c8ccf.jpeg) ↑こんなのが出てきて、パレット押したらパレットで色指定、その右隣のピッカーで他から色取得ができる。よ! 使い方は >1. After typing the character # or moving the caret after character #, the picker will be launched automatically. >2. Execute command VS Color Picker in Command Palette(Ctrl + Shift + P or Cmd + Shift + P). >3. Binding a key for command extension.vs-color-picker.

こういうの地味に便利。画像イメージから作るときとか。

JS-CSS-HTML Formatter

[JS-CSS-HTML Formatter](https://marketplace.visualstudio.com/items?itemName=lonefy.vscode-JS-CSS-HTML-formatter) 名前まんま。jsonにも対応。地味にjson対応は私は嬉しい。

jsonあたり

思い出したら載せたい。

おしまい

私よく忘れるんですけど、macでファンクションキー使うときはfn押しながらF1押すんですね。

あとすごく関係ないけど、VSCをUSBメモリに入れていて、同じOSの他のパソコンに差して使う、っていうやり方ができたりします。
ただ拡張機能が消えちゃったりしてるんでこれどうにかできる...はず。
USBメモリから起動できるのは地味に嬉しい。

普段はatom使ってますがVSCは軽いのでさっと何か書くか~って時に重宝してます。
軽いやつは大好きです。ペイントソフトしかり。
では十日目でした。周りにVSC使う人増えるといいなあ
ありがとうございました!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?