PR

Raspberry Pi に Visual Studio Code をインストールして、コーディング環境を整えよう

RaspberryPi(ラズパイ)
スポンサーリンク

Warning: Undefined array key 3 in /home/c2774549/public_html/knt60345blog.com/wp-content/themes/cocoon-child-master/functions.php on line 65

Warning: Undefined array key 5 in /home/c2774549/public_html/knt60345blog.com/wp-content/themes/cocoon-child-master/functions.php on line 68

Warning: Undefined array key 3 in /home/c2774549/public_html/knt60345blog.com/wp-content/themes/cocoon-child-master/functions.php on line 65

Warning: Undefined array key 5 in /home/c2774549/public_html/knt60345blog.com/wp-content/themes/cocoon-child-master/functions.php on line 68

Raspberry Piで、コーディングするうえで、エディタの使いやすさが重要です。

Vim、nanoなどエディタはありますが、おすすめは、Visual Studio Codeです。

様々なプラグインを導入することで、さらに使いやすさがUPします。

Visual Studio Codeのインストール

①Superuserになります。

コンソール上に、以下を入力します。

$ sudo -s

②ファイルをダウンロードして、インストールします。

コンソール上に、以下を入力します。

$ . <( wget -O - https://code.headmelted.com/installers/apt.sh )

③VSCodeを起動

コンソール上に、以下を入力します。

$ code-oss

Visual Studio Codeが立ち上がります。

Visual Studio Codeの使い方は、いろんなところで、紹介されていますので、そちらを見てください。

まとめ

Raspberry Piに、Visual Stduio Codeをインストールする方法を紹介しました。

コメント

タイトルとURLをコピーしました