【问题标题】:no intellisense for objects对象没有智能感知
【发布时间】:2016-10-26 23:47:59
【问题描述】:

我刚刚在 Linux Mint 17.3 操作系统上安装了 Visual Studio Code IDE 1.2.1 版。

我有一个 PHP 中的 slim 应用程序,想看看 IDE 是否会显示 slim 对象下的各种属性和方法。不高兴这不是这种情况,对于苗条的物体没有智能感知。下面是代码sn-p:

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

有什么解决办法吗?

【问题讨论】:

    标签: php visual-studio-code linux-mint


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 2020-10-02
      • 1970-01-01
      • 1970-01-01
      • 2010-12-14
      • 2017-04-16
      • 1970-01-01
      • 1970-01-01
      • 2017-03-16
      • 1970-01-01
      相关资源
      最近更新 更多