Simple question: I have a header (and many similar):

 List<Services> GetServices(Int32 CostCentreNo, Int32 Filter);

But is there anyway to ignore things from the () or anyway of making it auto add something smaller. I.e. the contents page containing just

 GetServices
link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Use Style Separator (Ctrl-Alt-Enter).

See also this Microsoft KB article.

Here is an example. Press Ctrl-Shift-8 to see invisible characters.

link|improve this answer
Works perfectly thanks – Doomsknight Oct 31 '11 at 13:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.