1
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?

初めてのHTML #1

Posted at

1 VSCodeの導入

まず初めにVSCodeの公式サイトにアクセスする。
https://code.visualstudio.com/
ダウンロードしたファイルを解凍して
解凍してでてきたファイルをアプリケーションフォルダに移す
そしてVScodeを開いたらこのような画面になります。
スクリーンショット 2024-10-28 21.30.23.png

2 VSCodeの日本語化

VSCodeを日本語化するためには、左のバーのExtensionsをクリックするそうして検索バーにJapaneseと入力するとJapanese Language Pack for VS Codeが出てくると思うのでそれをインストールしてVSCodeを再起動すれば日本語化完了です。
これでVSCodeですることは完了です。

3 VSCodeとは

VSCodeとは、Microsoftが開発・公開しているコードエディタです。コードエディタは他にもSublime Text,Atom,CotEditorなどがあるので自分に合うものを使うといいと思います。

1
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
1
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?