PHP Eclipse - add Key Binding for Watch

狂风中的少年 提交于 2019-12-04 03:47:42

问题


I have to admit, for a FREE PRODUCT, Eclipse really delivers. However, sometimes I don't understand certain missing features...

Eclipse has over ELEVEN HUNDRED different key bindings.


(source: rigel222.com)

I would like to use one of those KeyBindings to add a "Watch" Expression to the expressions window, while debugging.


(source: rigel222.com)

Here is an additional screenshot showing that I already understand the "filter" process. I have set key-bindings for everything I could find pertaining to "Watch", but as you can see it doesn't show up in my right-click menu, and does not function when I use the defined keyboard shortcut.


(source: rigel222.com)

Despite the prevailing opinion that this is "blatant whining", It is also a legitimate problem for me.

Please help.


回答1:


The menu item you seek is filtered out by default from the view. There is a filter button near the lower right corner of the window. There you should uncheck the "Filter uncategorized commands" checkbox, and then searching for watch should produce Add to Watch, Add Watch Expression output. I'm not entirely sure these are the ones you need, but it might work.



来源:https://stackoverflow.com/questions/2168966/php-eclipse-add-key-binding-for-watch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!