LoginSignup
0
0

More than 3 years have passed since last update.

Visual Studio Code 拡張機能(PHP用)

Posted at

概要

php開発するときの自分用のメモです。
この記事が参考になったという方は

山浦さんの独学エンジニアというサイトに非常にわかりやすく紹介されております。
詳しくはそちらをご確認ください。
https://dokugaku-engineer.com/

VScode日本語化機能

・Japanese Language Pack for Visual Studio Code

共通

・Bracket Pair Colorizer 2

括弧を色付けする
https://loumo.jp/archives/22091

・indent-rainbow

インデントを色付けする。
https://qiita.com/Akiyah/items/dda0f7f10eebed6b1abc

・Code Spell Checker

スペルチェックを行う。
https://qiita.com/diescake/items/98c5a099e85775cd917d

言語サポート

・PHP Intelephense

PHPのコード補完をします。

・Laravel goto view

LaravelのViewへ簡単移動可能にする。

 その他

・Material Icon Theme
アイコンをマテリアルアイコンに変更します。

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