MacでVisualStudio Codeを使用して、WordPressアプリケーションで作業しています。
Visual Studio CodeでHTMLを認識し、その機能(主にオートコンプリート)をPHPファイル内で使用する方法はありますか?
以前にこの回答を検索しましたが、Visual Studio Code Settingsに移動するように指示されました:File >> Preferences >> User Settings
// Place your settings in this file to overwrite the default settings
{
// Configure file associations to languages (e.g. "*.extension": "html"). These have precedence over the default associations of the languages installed.
"files.associations": {"*.php": "html"}
}
ただし、これを行うと、すべてのPHPサポートとオートコンプリートが失われます。
PHP開発者は、アプリケーションやWebサイトを作成するときにPHPとHTMLを一緒に使用するのが一般的です。壮大なものではなく、VS Codeを使用したいのですが、高価なPHP可能であれば嵐。