开发PHP扩展CDT插件安装

来源:互联网 发布:程序化编程 期货 编辑:程序博客网 时间:2024/05/16 11:20

一:

安装zendStudio


二:

安装CDT插件
1. 查看zendstudio使用的是那个eclips版本

1. 启动Eclipse,点击菜单栏上的"Help -> Install New Software..."
2. 打开 Install对话框,点击“Add...”按钮,加了下面的软件源地址(对应版本)


MARS4.5 - http://download.eclipse.org/releases/marsLuna4.4 - http://download.eclipse.org/releases/lunaKepler4.3 - http://download.eclipse.org/releases/keplerJuno4.2 - http://download.eclipse.org/releases/junoHelios3.6 - http://download.eclipse.org/releases/heliosGalileo3.5 - http://download.eclipse.org/releases/galileo输入关键字 C/C++ Development Tools


下一步 .....  安装即可
参考链接: https://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseCpp_HowTo.html

或者
CDT - http://download.eclipse.org/tools/cdt/releases/mars(不可用)CDT - http://download.eclipse.org/tools/cdt/releases/luna(不可用)CDT - http://download.eclipse.org/tools/cdt/releases/keplerCDT - http://download.eclipse.org/tools/cdt/releases/junoCDT - http://download.eclipse.org/tools/cdt/releases/heliosCDT - http://download.eclipse.org/tools/cdt/releases/galileo
选择需要的工具进行安装


常用快捷键:

1.查找声明 : F3 (或者 Ctrl 加鼠标左键点击)2.头文件和源文件切换 . Ctrl +Tab3.查看类继承关系图 Ctrl +T4.查找源文件 Ctrl +Shift+R5.查找字段 Ctrl +H6.查找文件的函数或者全局变量 Ctrl +O7.查找被引用的位置 Ctrl + Shift + G

win下安装请参考:http://jingyan.baidu.com/article/456c463b67b4310a59314468.html

0 0