热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在VisualStudio代码中为自定义函数提供参数建议-ParametersuggestionforcustomfunctionsinVisualStudioCode

IsthereawayinVisualStudioCodetogetIntelliSensetodisplaymetheparametersofmycustomf

Is there a way in Visual Studio Code to get IntelliSense to display me the parameters of my custom function within my php file?
It seems to be working with other languages Link

在Visual Studio代码中是否有一种方法可以让IntelliSense显示我的php文件中的自定义函数的参数?它似乎与其他语言一起工作。

1 个解决方案

#1


4  

As of right now this is not possible natively. Even the popular PHP IntelliSense extension does not support this.

就目前而言,这是不可能的。甚至流行的PHP智能感知扩展也不支持这一点。

Edit: It seems that the PHP IntelliSense extension has now been updated to support Signature help as well:

编辑:PHP IntelliSense扩展现在似乎也被更新来支持签名帮助:

I have recently discovered an extension called PHP Intelephense which can do exactly this.

我最近发现了一个名为PHP inelephant的扩展,它可以做到这一点。

enter image description here

You can even utilize Type Declarations and PHP 7 Return Type Declaration to empower it even more:

您甚至可以使用类型声明和PHP 7返回类型声明来赋予它更多的权限:

enter image description here

The best result is when all type declarations are combined with a DocString, which allows you to write descriptions of parameters. I use the PHP DocBlocker extension to write these, but you could use another, or write them manually.

最好的结果是当所有类型声明都与DocString合并时,DocString允许您编写参数描述。我使用PHP DocBlocker扩展来编写它们,但是您可以使用另一个,或者手工编写它们。

enter image description here


推荐阅读
author-avatar
快乐星期八2012_846
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有