Home  >  Article  >  Backend Development  >  请问:netbean开发php按什么快捷键可以如何添加多行文档性注释

请问:netbean开发php按什么快捷键可以如何添加多行文档性注释

WBOY
WBOYOriginal
2016-06-20 12:53:22895browse


请问:netbean开发php按什么快捷键可以如何添加多行文档性注释




搜也没有搜到,看自带的快捷键列表里面也没有,请问这个在哪里?


回复讨论(解决方案)

补充一下,是这样的

注释/取消注释:ctrl+/,此功能支持多行注释,但首先需选中所要注释行 

只有这种,软件如此。
// aaa
// bbb
// ccc

没有你要的哪种,或者你换其他编辑器。

谢谢回复!没有快捷键就算了吧

在函数或类的上面 输入 /** 然后回车,就有你想要的效果了,

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn