sublimetext2 - SublimeCodeIntel and Symfony2 autoloading -


I am trying to move from PHPStorm to solid text 3, but I combine with symphony 2 with the submile codein Got stuck on Autocomplete using << Code> Vendor / and src / How can I create a sub-code code to scan my project directory?

Now whenever I am in the controller, I get

I get warning: to evaluate

  $ response = new response () $ response- & gt; In 'GamesController.php # 27: The first part of the' request 'can not be solved.   

First, settings-default and settings-user < / Code> Options under Preferences - & gt; Select. Packages - & gt; SublimeCodeIntel . Copy the full text of the default file and paste it into the user file, which must be empty if you have not customized the plug-in at all. You can now close the default file.

Now set in the body of preferences

  "codeintel_max_recursive_dir_depth": 25, "codeintel_scan_files_in_project": True,  

Next, scroll down to the codeintel_config array and edit the PHP section following:

   

Save the file, restart the subleam, and you must have all the sets. If for some reason this still does not work, go to your ~ / .codeintel / db directory and delete the PHP directory, in the root of your project A similar directory can also be found, so if it is present then go ahead and also remove it. It allows a combination of your code and is included in it, and because it depends on your newly configured options, as it should be expected, reindexing may take some time, so be patient Keep it.

Good luck!


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -