Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Limit Visual Studio's edit area to display just one function or method

Years ago, when I worked in VB 6, I could make the editor window display only the function/method that I was working on -- I miss that.

Is there a way, an add-in, or a hack, that would allow me to do the same thing now?

Thanks!!

like image 631
user390480 Avatar asked Feb 25 '13 17:02

user390480


People also ask

How do I view Methods in Visual Studio?

You can use the shortcut Ctrl + F2 (move focus to the project drop down) and press Tab twice (move focus to the third drop down) to focus it, down arrow will expand the list.

Is Visual Studio heavy?

Microsoft Visual Studio Build Tools 2022 System RequirementsRequires 2.3 GB to 60 GB of available hard disk space, depending on installed features.

Why is Visual Studio laggy?

You might have extensions installed that slow Visual Studio down. For help on managing extensions to improve performance, see Change extension settings to improve performance. Similarly, you might have tool windows that slow Visual Studio down.

Is Visual Studio free?

Visual Studio Community. A fully-featured, extensible, free IDE for creating modern applications for Android, iOS, Windows, as well as web applications and cloud services.


1 Answers

It would appear that this functionality was removed. And that there is no way around it, perhaps you could look into making your own plugin for Visual Studios?

like image 131
naed21 Avatar answered Sep 21 '22 15:09

naed21