Answer the question
In order to leave comments, you need to log in
Extension or setting for Visual Studio?
Tell me a lightweight extension, or tell me where it is in the settings of the studio itself, so that after the closing bracket of the method, conditional construction, etc. it was displayed to which method, construction, class, etc. it (the closing parenthesis) applies. Something similar to this:
class Boo()
{
void Foo()
{
} // void foo
}// class boo
Answer the question
In order to leave comments, you need to log in
Whole Tomato Visual Assist X
When you hover the mouse over the closing bracket, a pop-up shows which code comes before the opening bracket. Nothing is added to the text, and rightly so, because when modifying the code, the version control system will not be clogged with garbage.
In any case, installing VAX is essential for any C++ developer in Visual Studio.
This is what the popup looks like:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question