Zend Studio for Eclipse:有用的功能
有几个“最佳 Eclipse 功能”主题,其中包含一些重要信息,但有很多内容不适用于 Zend Studio。
那么,Zend Studio 用户,您最能节省时间的方法是什么?
There are several 'best Eclipse features' topics, with some great information, but there's much that isn't applicable to Zend Studio.
So, Zend Studio users, what are your best timesavers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是我使用的一些:
ctrl-shift-r:打开工作区中的任何文件
ctrl-F8:视角之间的选项卡
ctrl-单击变量、类或方法:当然,跳转到适用的定义
描述一个变量,以便智能感知知道它是什么:
Here are a few I use:
ctrl-shift-r: open any file in your workspace
ctrl-F8: tab between perspectives
ctrl-click on variable, class or method: of course, jump to applicable definition
Describing a variable so intellisense knows what it is:
ctrl-3 为您提供所有可用命令的可搜索列表。
ctrl-f6 在打开的编辑器之间循环
ctrl-shift-t 允许您搜索对象
alt-shift-r 允许您重命名给定范围内具有相同名称的所有变量
ctrl-3 gives you a searchable list of all the commands and such available.
ctrl-f6 cycles between open editors
ctrl-shift-t allows you to search for objects
alt-shift-r allows you to rename all the variables with the same name in a given scope