Search
Active

2
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Suggestion
ID: 505465
Opened: 10/29/2009 12:18:40 AM
Access Restriction: Public
0
Workaround(s)
feedback# 497194 に関連しています。

#497194 と同様の理由で、コード内にドキュメントがあるのが非常にわずらわしく感じることがあります。
Details (expand)
対象製品
Visual Studio 2010 Beta 1
対象オペレーティング システム
Windows Vista
提案内容
たとえば以下のように、コードとドキュメントとを分離できないでしょうか。
/// <a href="#Increment">increment the coutner</a>
void Increment()
{
...
}
/// <a href="#Decrement">Decrement the coutner</a>
void Decrement()
{
...
}
/***
<a name="Increment">
<summary> ... </summary>
...
</a>
<a name="Decrement">
<summary> ... </summary>
...
</a>
*/
提案による改善点
ユーザー インターフェースの改善
その他の改善点
 
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 10/29/2009 at 7:24 PM
この度は、フィードバックをお送りいただき、誠にありがとうございます。 現在、お送りいただきました報告内容に基づき問題を調査中ですので、しばらくお待ちください。 よろしくお願いいたします。

[Problem Description]
My suggestion is related to Feedback #497194. For the same reason as #497194, it's sometimes annoying that documentation comments are included in source code.

[Suggestion]
For instance, isn't it possible to separate documentation comments from source code as below?

/// <a href="#Increment">increment the coutner</a>
void Increment()
{
...
}
/// <a href="#Decrement">Decrement the coutner</a>
void Decrement()
{
...
}
/***
<a name="Increment">
<summary> ... </summary>
...
</a>
<a name="Decrement">
<summary> ... </summary>
...
</a>
*/

[Benefits]
Improved User Interface
Posted by Microsoft on 11/1/2009 at 11:21 PM
Thanks for reporting this issue. We are routing this suggestion to the product unit who works on that specific feature area. The team will review this suggestion and make a decision on whether they will take it or not.

Thank you,
Visual Studio Product Team
Posted by Microsoft on 11/1/2009 at 11:33 PM
(こちらは、[投稿者: Microsoft、投稿日時: 2009/11/01 23:21] の和訳です。)

問題をご報告いただき、ありがとうございます。 こちらのご提案に関しましては、該当する機能を専門で担当している製品チームに報告させていただきます。 今後は、同チームがこちらのご提案を検討し、次期リリース版での導入について判断する予定です。 よろしくお願いいたします。

Visual Studio 製品チーム