在 Preferences->Backup/Auto-Completion 中启用“Function parameters hint on input”后,我得到了有关原生 PHP 函数的有用提示,如下所示:
string|false substr (string str, int start, [int length])
是否有插件或其他东西可以让 Notepad++ 为我自己的功能执行此操作,就像 Dreamweaver 一样?
Settings -> Preferences -> Backup/Auto-Completion -> Function parameters hint on input [CHECK]
这就是你在说的吗?为我工作。
我通过执行以下操作实现了这一点:
API XML 文件位于您的安装目录\plugins\APIs 中。我相信每种语言都有一个具有解析器的文件。该解析器将确定需要或忽略 XML 文件的哪些部分。
这些文件非常脆弱,所以这里有一些提示:
我已经使用这种技术来支持我正在使用的游戏引擎使用的自定义 API,并且效果很好。我有一个 excel 电子表格来管理条目并创建格式正确的 XML 以粘贴到文件的正确部分,但显然有很多方法可以完成管理。
我根据这些来源弄清楚了所有这些:
屏幕添加新关键字:myNewKeyword
添加 math.tanh 并突出显示后的最终结果
I'm not too familiar with Notepad++, however I think unless there is some sort of IDE plugin it would not be possible.
In my opinion, you should use Aptana Studio, it's based off of the Eclipse IDE, and is specifically made for web development/PHP. Although there are plenty of other IDEs out there, here's a few.
Here's a link to Aptana: http://www.aptana.com