0
Linux Mint 17.3 OSにVisual Studio Code IDEバージョン1.2.1をインストールしました。オブジェクトのインテリセンスがありません
私はPHPでスリムなアプリケーションを持っており、スリムオブジェクトの下にIDEがさまざまなプロパティとメソッドを表示するかどうかを見たいと思っていました。これは事実ではない、スリムなオブジェクトのためのintellisenseされていない幸せではない。コードスニペットは以下のとおりです。
use \Psr\Http\Message\ServerRequestInterface as Request;
use \Psr\Http\Message\ResponseInterface as Response;
use \Algos\App\classes\PDO_connection;
//slim framework initialization
$app = new \Slim\App;
$container = $app-> //expected list of properties and methods here
これに対応する回避策はありますか?