0
1

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 1 year has passed since last update.

VSCodeで利用できるクイックフィックスはありませんが出た時の対処方法(PHP)

Posted at

動機

文法的に間違ってない+エラーも出なく、出力されるのに、クイックフィックスはありませんと出てきたので気になって調べてみました。

要点

1.PHP Suggest : Basicのチェックを外す
2.PHP Intelephenseを導入する。

PHP Suggest : Basicのチェックの外し方

1.「ファイル>ユーザー設定>設定」と進む。
2.Suggest:Basicと検索し、チェックを外す。

PHP Intelephenseの導入の方法

1.拡張機能ボタンを押す。
2.PHP Intelephenseと検索する
3.インストールボタンを押す。

#結果
この方法を試すと、治りました。
もし同じ症状が出ているなら、試してみてください。

参考サイト

https://trios.pro/visual-studio-code-how-to-use/
https://yama-itech.net/visual-studio-code-recommend-setting-php

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?