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

后端 未结 4 1018
情歌与酒
情歌与酒 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:33

    File->New->PHP Project-> Project Explorer ( new project )

    right click on [YOUR PROJECT] in "Project Explorer" -> Properties

    You will see "Properties for [YOUR PROJECT]" window

    Project Natures -> PHP (checkbox) and click "Make Primary" button.

    OK, OK

    Project will be reindexed and your classes will be available

提交回复
热议问题