编程语言
首页 > 编程语言> > php-Komodo编辑功能,需要自动补全

php-Komodo编辑功能,需要自动补全

作者:互联网

我不确定该怎么称呼,所以我称之为提示.我注意到,每当我调用一个函数时,当我将鼠标悬停在那一行上时,就会出现小的弹出气泡,向我显示该函数定义中的第一个注释.帮助跟踪该功能的作用或可能的参数.

但这并不总是发生,只是有时.我想知道是否有可以改变的偏好,所以它总是如此.

另外,如果我正在编写并且包含或需要一个文件,如果该文件中包含函数,我希望它能够识别该文件中正在调用的函数并显示提示.是否可以选择将编辑器指向包含的文件,以便它可以执行此操作?

最后,看起来它不会检测带有类内部提示的函数/方法.任何解决方法?

谢谢,我想知道我是否缺少快捷方式或其他东西.

解决方法:

I was wondering if there’s a preference I could change so it always does.

Code conventionsAPI catalogsIntellisense settingsMacros可以提供帮助.

Is there maybe an option to point the editor toward the included file so it can do that?

转到Edit => Preferences => Languages,然后在PHP或相关语言下添加文件路径.

And finally, it’s looking like it won’t detect functions/methods with hinting that are inside of a class. Any workarounds?

使用PHPDoc/JSDoc解决此问题.

标签:komodoedit,intellisense,autocomplete,komodo,php
来源: https://codeday.me/bug/20191101/1982262.html