P
P
ProX_Alex2018-04-10 10:57:15
visual studio
ProX_Alex, 2018-04-10 10:57:15

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

1 answer(s)
M
maaGames, 2018-04-10
@maaGames

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:
5acc976c695de531743704.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question