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 中编辑评论模板
基础教程推荐
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 如何替换eregi() 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
