简体   繁体   English

SublimeCodeIntel无法使用PHP Sublime Text 3 Ubuntu

[英]SublimeCodeIntel not working on PHP Sublime Text 3 Ubuntu

I've tried installing SublimeCodeIntel via Package Manager on my Sublime Text 3 under Ubuntu 15.10 as VM (VirtualBox) but I cant get it to work. 我尝试通过Package ManagerUbuntu 15.10 as VM (VirtualBox)下的Sublime Text 3上安装SublimeCodeIntel Ubuntu 15.10 as VM (VirtualBox)但是我无法让它工作。

Here is my SublimeCodeIntel.sublime-settings (User) 这是我的SublimeCodeIntel.sublime-settings(用户)

{
    "codeintel_language_settings": {
        "PHP": {
            "php": "/usr/bin/php",
            "codeintel_scan_extra_dir": [],
            "codeintel_scan_files_in_project": true,
            "codeintel_max_recursive_dir_depth": 25,
            "codeintel_scan_exclude_dir":[]
        }
    }
}

I can confirm that the php executable is on /usr/bin/php 我可以确认php可执行文件在/usr/bin/php

Things that I've noticed while trying to make it work. 在尝试使其工作时我注意到的事情。

  • the ~/.codeintel folder is not being created after installing SublimeCodeIntel. 安装SublimeCodeIntel后没有创建~/.codeintel文件夹。 (tried it many times - install/uninstall) (尝试了很多次 - 安装/卸载)
  • Info: processing PHP': Please wait... is showing on status bar but nothing is happening after the text disappears. Info: processing PHP': Please wait...显示在状态栏上,但文本消失后没有发生任何事情。 not even any popup autocompletion 甚至没有任何弹出式自动完成功能
  • CodeComplice is also being installed sometimes (is it a dependency of SublimeCodeIntel?) CodeComplice有时也会被安装(它是SublimeCodeIntel的依赖吗?)

ctrl+shift+p查找选项

SublimeCodeIntel: Enable Live Autocompletion for Current Language

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM