Aptana 函数定义弹出窗口 [英] Aptana function definition popups

查看:18
本文介绍了Aptana 函数定义弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到在 Aptana 2.0 超过 1.5.1 时,在输入 php 函数时,您不再看到显示函数描述及其参数的弹出窗口.

有谁知道如何让它再次工作?因为我非常依赖它来记住哪些参数去了哪里.Open in PHP Manual 快捷键 Shift+F2 也不起作用,所以我能做的就是打开我的浏览器并始终保持 php.net 打开.>

这些功能中的任何一个都有效吗?我知道 Open declaration 从来没有烦人的工作过,但我在 1.5.1 中完美地弹出了函数.

解决方案

我使用这个 AutoHotKey 脚本来在新的浏览器选项卡中为任何程序中的选定文本获取 PHP 手册:

;Windows+p for Google's 我感觉很幸运php + selected text"#p::oCB := ClipboardAll ;旧剪贴板发送输入,^cGoogleSearch:= "http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=php+" 剪贴板剪贴板 := oCB ;恢复剪贴板运行,%GoogleSearch%返回

不太理想,但可以快速为您提供 PHP 手册.

I've noticed that in Aptana 2.0 over 1.5.1 that when typing a php function, you no longer get the popup window showing the function description and it's parameters.

Does anyone know how to get this working again? As I relied on it quite heavily to remember which parameters went where. Open in PHP Manual shortcut Shift+F2 also doesn't work either, so all I can do is open my browser and keep php.net open all the time.

Are either of these features functional? I know that Open delcaration has never worked annoyingly, but I had the function popup in 1.5.1 perfectly.

解决方案

I use this AutoHotKey script to get the PHP manual in a new browser tab for the selected text in any program:

;Windows+p for Google's I'm feeling lucky "php + selected text"
#p::
oCB := ClipboardAll ; old Clipboard
Sendinput, ^c
GoogleSearch:= "http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=php+" Clipboard
ClipBoard := oCB ; restore ClipBoard
Run, %GoogleSearch%
return

Not ideal, but will get you the PHP manual quickly.

这篇关于Aptana 函数定义弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆