92
84

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

VSCode+PHPのオススメ拡張機能

Posted at

VSCodeを使ってPHPの開発をする時に、オススメの拡張機能をまとめました。

PHP IntelliSense

コード補完や定義へのジャンプを提供してくれる。

コード補完
completion.gif

定義へジャンプ
definition.gif

PHP DocBlocker

https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker
class,function,propertyの上の行で/**を入力するとコードブロックを補完してくれます。

Jan-20-2019 09-36-11.gif

PHP Class Generator

空のPHPファイルから、namespaceとクラス名を補完したスケルトンを作ってくれます。

PHP Class Generator

PHP Namespace Resolver

コード内に書かれたクラス名からnamespaceのインポートを挿入してくれます。

upEGtPa.gif

PHP import checker

useキーワードでインポートしてるけど、使っていないクラスをハイライトしてくれます。

AuthController_php_—_ecrenew.jpg

92
84
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
92
84

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?