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

Sublime Text でおすすめのプラグインと導入方法

Posted at

スクリーンショット 2020-08-17 21.33.29.png
プログラミングで利用できるテキストエディタは様々ありますが、そのなかでも、Sublime Textのおすすめプラグインをご紹介いたします。

プラグインのインストール手順

1. Sublime Textを開きます

2. command + shift + P を押します

3. 入力バーが表示されるので、 install package と入力し、Enterを押します

スクリーンショット 2020-08-17 14.26.37.png

4. プラグイン名を入力し、Enterでインストールします。

スクリーンショット 2020-08-17 14.32.30.png

以降、2〜4を繰り返します。

おすすめのプラグイン

  • Japanize ・・・ 日本語化
  • HTML5 ・・・ HTMLのコード補完を強化
  • SCSS ・・・ SCSSを使用可能にする
  • CSS Snippets ・・・ CSSの入力補完を強化
  • ERB Snippets ・・・ ERBタグの入力補完を強化
  • Ruby Debugger ・・・ Rubyの構文をチェック
  • TrailingSpaces ・・・ 不要な半角スペースや、全角スペースをハイライトで表示

インストールしたプラグインを確認したい場合

command + shift + P を押して、入力バーに list と入力し Enter でリストを表示します。
スクリーンショット 2020-08-17 21.21.59.png
スクリーンショット 2020-08-17 21.38.07.png

プラグインを削除したい場合

command + shift + P を押して、入力バーに remove と入力し、package Control: Remove Package を方向キーで選択し、Enter を押します。
スクリーンショット 2020-08-17 21.33.29.png

インストールされているプラグインのリストが表示されるので、アンインストールするプラグインを選択し、Enter でアンインストールします。
スクリーンショット 2020-08-17 21.38.45.png

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?