How to get my class to appear in Aptana's autocomplete?

后端 未结 4 1024
情歌与酒
情歌与酒 2020-12-11 19:13

I\'m searching for a possibility to add my own classes to the Aptana autocompletion for my project. At the moment I have one project file with a directory \"class\" with cla

4条回答
  •  不知归路
    2020-12-11 19:36

    Any class existing in your project (assuming it's a PHP project) will be included in the code assist when you start typing a letter. The studio does not restrict the code assist proposals to the include or require tags, so you'll need to make sure that you include anything that your script is using.

    In case you would like to add external directories (frameworks, and such), you can attach it by following the instructions at the Studio's Wiki

提交回复
热议问题