zend studio使用

使用的zend studio版本是13.5 (一边使用一边补充记录)
基本zend的配置都是在Window===>Preferences中,这个在下面不重复

界面

  • 修改选中的背景和字体颜色

Text Editors中的Selection background color选中时背景颜色
Text Editors中的Selection forceground color选中时字体颜色

  • 选中某个变量而相同变量背景

Text Editors中 Annotations中的PHP elements ‘read’ occurrences

  • 搜索结果背景

Text Editors中 Annotations中的Search Results

  • 第三方库自动补全

配置libraries:
点击选择windows-> preferences ->PHP-> Libraries
点击New新增:输入库名,这里我们统一定义一个第三方库集合。勾选add to environment。
新增后,选择新增项然后点击add external folder ,这时候会弹出目录选择窗口,选择关联到先前创建的third目录。
右键点击要添加的项目->properties–>include path->add library

你可能感兴趣的:(其他)