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?

PHPの環境構築(VSCode)

Posted at

はじめに

PHPのコードを修正する必要がある人に対して、PHP+VSCodeで簡単に環境構築できるよう記したものです。

Visual Studio Code拡張機能

  • PHP Intelephense
  • PHP DocBlocker
  • PHP Debug
  • PHP Server

次は使いません。

  • 拡張機能パックPHP Extension Pack: PHP DebugPHP IntelliSenseが格納されている。PHP IntelliSensePHP Intelephenseと機能がかぶり、PHP Intelephenseが高機能なので外しましょう
  • PHP IntelliSense

PHP Intelephense

リンター、フォーマッター、インテリセンスなど様々な機能を合わせたもの。PHPDocは読み込めるが生成する機能はないので拡張機能PHP DocBlockerで補完する

PHP DocBlocker

PHPDocを生成する拡張機能

PHP Debug

外部プログラムXdebugを利用してデバッグをする拡張機能

PHP Server

php付属の簡易サーバを利用してWebサーバを簡単に立ち上げてくれる拡張機能。機能的には拡張機能Live Serverにphpが加わったものとほぼ同じ。

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?