gpt4 book ai didi

eclipse - Eclipse中的Code Igniter 2.1自动完成/IntelliSense

转载 作者:行者123 更新时间:2023-12-04 05:13:18 25 4
gpt4 key购买 nike

我正在使用Eclipse PDT与PHP Code Igniter进行编码。我想自动完成工作。有人知道我该怎么做吗?我找到了一些在线教程,但没有成功。

最佳答案

您可以尝试这种方法

  • 选择“项目”->“属性”或“窗口”->“首选项”->
    “PHP”(供全局使用)
  • 选择“PHP包含路径”
  • 单击“添加外部源文件夹”并指向
  • 下的文件
  • 重新启动Eclipse

  • 在下面指向此文件的路径

    ciautocomplete.php
    <?php

    /**
    * @property CI_DB_active_record $db
    * @property CI_DB_forge $dbforge
    * @property CI_Benchmark $benchmark
    * @property CI_Calendar $calendar
    * @property CI_Cart $cart
    * @property CI_Config $config
    * @property CI_Controller $controller
    * @property CI_Email $email
    * @property CI_Encrypt $encrypt
    * @property CI_Exceptions $exceptions
    * @property CI_Form_validation $form_validation
    * @property CI_Ftp $ftp
    * @property CI_Hooks $hooks
    * @property CI_Image_lib $image_lib
    * @property CI_Input $input
    * @property CI_Language $language
    * @property CI_Loader $load
    * @property CI_Log $log
    * @property CI_Model $model
    * @property CI_Output $output
    * @property CI_Pagination $pagination
    * @property CI_Parser $parser
    * @property CI_Profiler $profiler
    * @property CI_Router $router
    * @property CI_Session $session
    * @property CI_Sha1 $sha1
    * @property CI_Table $table
    * @property CI_Trackback $trackback
    * @property CI_Typography $typography
    * @property CI_Unit_test $unit_test
    * @property CI_Upload $upload
    * @property CI_URI $uri
    * @property CI_User_agent $user_agent
    * @property CI_Validation $validation
    * @property CI_Xmlrpc $xmlrpc
    * @property CI_Xmlrpcs $xmlrpcs
    * @property CI_Zip $zip
    */

    class CI_Controller {};
    class MY_Controller {};
    /**
    * @property CI_DB_active_record $db
    * @property CI_DB_forge $dbforge
    * @property CI_Config $config
    * @property CI_Loader $load
    * @property CI_Session $session
    */

    class CI_Model {};

    关于eclipse - Eclipse中的Code Igniter 2.1自动完成/IntelliSense,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14794491/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com