Improvments for Coresuite Optimizer
Sebastian Schweer
Hallo everybody,i'm thinking about new Features and improvements for Coresuite Customize.
I would like to know, if it is possible to add the XML Commentary from Visual Studio to Customize. So wenn i tye in three Slashes over an own method i will get the XML Commentary Structur. Is his possible?
And it is also be possible to read the Commentary or the Method description in the Optimizer? Like i get this information in Visual Studio, if i rest the Mousetrigger one or two Seconds on the Method?
And at last i would like to know, if it is possible to use the #region funktion in the Optimizer as well as i can use it in Visual Studio. It will help me a lot, if i have more than 50 Lines of Code if i can define and collapse diffrent regions. And of course it is needful to have the option to de/collapse all region in the Right Mouseclick Menug.
Best Regards,
Sebastian
Michael Egloff
Hallo Sebastian,it's possible to add commentary to methods (extended code). This is the structur:
/// <summary>
/// Returns the name
/// </summary
public string GetName(string code)
{...}
The #region function is already implemented. Structur:
#region TestRegion
// your code here
#endregion
To collapse / open the regions you can use the shortcut 'Ctrl' + 'M' + 'L'
Regards
Michael
Sebastian Schweer
Hallo Michael,of course i can ride the commentary structur by myself, but what i mean is, that the XML Structur will appear automatically, after i type in the three slashes. I don't know if its possible to add this, but it will be a nice feature.
The Region function i know well. But sometime they will not work in my coresuite rules. Could it be, that this depends from the version of Coresuite?
Best Regards,
Sebastian
Sebastian Schweer
Ah, i have found the Error. You can't define Regions if they contain Delegate Function. Then it will not work.Best Regards,
Sebastian
0
Please sign in to leave a comment.
Comments
0 comments