在 Netbeans PHP 6.8 中编辑评论模板

Edit Comment Template in Netbeans PHP 6.8(在 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 中编辑评论模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)