LoginSignup
5
6

More than 5 years have passed since last update.

sublime Textの便利なプラグイン

Posted at

導入

sublime Text使うときは
とりあえず全部インストールしておけ的なものたち

諸々

全角/半角ハイライト

Sublime text 3で不要な半角/全角スペースをハイライトして知らせてくれるパッケージ「Trailing Spaces」

シンタクスチェック

◆setting(ターミナル)
 ○sublime3上
  ・基本設定→package controllより
  ・「Package Control: Install Package」を選ぶ
  ・「SublimeLinter」を選ぶ

◆php
 ○ターミナル上
  ・brew install homebrew/php/phplint
  ・brew install gcc
  ・brew tap josegonzalez/homebrew-php
  ・brew install phplint
 ○sublime3上
  ・基本設定→package controllより
  ・「Package Control: Install Package」を選ぶ
  ・「SublimeLinter-phplint」を選ぶ

※参考リンク
  ・https://github.com/SublimeLinter/SublimeLinter-phplint

◆js
 ○ブラウザ上
  ・node.jsのインストール
 ○ターミナル上
  ・brew update
  ・npm install -g jshint
 ○sublime3上
  ・基本設定→package controllより
  ・「Package Control: Install Package」を選ぶ
  ・「SublimeLinter-jshint」を選ぶ

◆html
 ・http://c-brains.jp/blog/wsg/13/12/26-100000.php

◆css
 ○ターミナル上
  ・npm install -g csslint
 ○sublime3上
  ・基本設定→package controllより
  ・「Package Control: Install Package」を選ぶ
  ・「SublimeLinter-csslint」を選ぶ

※参考リンク
http://liginc.co.jp/web/js/73704

5
6
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
5
6