Edit Comment Template in Netbeans PHP 6.8(在 Netbeans PHP 6.8 中编辑评论模板)
问题描述
想请问有没有办法改变Netbeans PHP 6.8中的评论代码模板
I would like to ask is there any way change the comment code template in Netbeans PHP 6.8
在eclipse中,当我输入/** ENTER 时,它会出现我在设置中设置的评论模板,如下所示:
In eclipse, when I type /** ENTER , it would come out the comment template that I set in the setting, like this:
/**
* Apr 19, 2010 - Shiro
* Description
*
* @return unknown_type
*/
function test()
{
}
默认情况下,Netbeans 只会在函数中显示参数.
by Default Netbeans only will show the parameter in the function.
/**
*
* @param <type> $order_No
* @param <type> $array
*/
在 Netbeans 中我是否可以找到任何关于此的自定义设置,有人知道此设置在哪里吗?
in Netbeans is there any possible I could found any customization about this, anyone know where is the setting for this?
推荐答案
在某些方面我觉得 NetBeans 做得很好正确 - Eclipse 似乎在模仿穷人的版本控制".但是有大量免费的 VCS,那何必呢?
In some way I feel NetBeans is just doing it right - Eclipse seems to mimic a "poor man's version control". But there are tons of free VCS, so why bother?
这篇关于在 Netbeans PHP 6.8 中编辑评论模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Netbeans PHP 6.8 中编辑评论模板


- 如何定位 php.ini 文件 (xampp) 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- Laravel 仓库 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01