473,320 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

customise code comments in VS .Net

jas
Hi,

Need to seek advice and assistance on customizing of code comment blocks in Visual Studio .NET 2003.

Currently in VS .Net 2003, skeleton of code comment block such as <summary></summary> will be automatically generated when we enter /// to signify documentation comment. For methods, <param></param> and <return></return> tags will be generated if there are parameters and return value.

--------------------------------------------------------------------------------

Example:

/// <summary>
///
/// </summary>
/// <param name="param1"></param>
/// <param name="param2"></param>
/// <returns></returns>
public string Method1(int param1, string param2)
{

}
--------------------------------------------------------------------------------
Question:

Are there any ways to customize a mandatory set of comment tags to appear for (class, method, properties etc) in Visual Studio .Net?

That means once we enter ///, the following set of tags will appear:
--------------------------------------------------------------------------------
/// <summary>
///
/// </summary>
/// <remarks> </remarks>
--------------------------------------------------------------------------------

Thanks and really appreciate your advice on the above matter.
Nov 16 '05 #1
0 873

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: rked | last post by:
I get nameSPAN1 is undefined when I place cursor in comments box.. <%@ LANGUAGE="VBScript" %> <% DIM ipAddress ipAddress=Request.Servervariables("REMOTE_HOST") %> <html> <head> <meta...
22
by: Illya Havsiyevych | last post by:
Hello How easily parse VB/VBA code by VB/VBA code ? Is any ready solutions ? Thank's, illya
192
by: Vortex Soft | last post by:
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
5
by: Tsair | last post by:
I do a customise DataGridColumn with a UserControl (TextBox + Button for Calender), DataGridView does not show the data content of the column.
3
by: Yash | last post by:
Hi all, I found that while we are updating our application, the application is not known to tomcat, untill it is completed. So tomcat sends 503 page as resource not found. I want to know is...
4
by: Kev | last post by:
Hello Everyone, I am attempting to customise subform datasheet columns for different users by making them visible or not depending on which ward they are in. I am using the tag property on the...
2
by: singh79 | last post by:
Pls Give me Any One Ans.. How To Customise Web Page(Fix The Size of Page Using C#) Regards atul singh
2
by: singh79 | last post by:
Pls Any One Give Me Ans I want to Make Customise calender Control in Asp.net2.0 with the Help of C#. and I want to increse ind Decrease Year By Particular Tab. Regards & Thanks Atul...
0
by: alam013 | last post by:
Hi, I want an asp.net calendar that acts very much like the one at http://www.onestat.com The calendar should be in Asp.net in VB only with clear comments. Please see pictures for more detail....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.