I know of the drop down list that SHOWS all the methods among many other things in a class but I am making a flow chart and for that I need a list as in text of all the methods in a class. How can I get this list because currently I am copy pasting manually the method names into a list which is so troublesome as I have 600ish methods...
Save this answer. Show activity on this post. In Visual Studio 2015, View > Other Windows > Resource View. The keyboard shortcut is Ctrl + Shift + E .
On Windows and Linux it's set to CTRL + Shift + O by default. If this command isn't available for the file types you are working with then you should take a look at the VSCode extensions. Not all languages support this feature.
Use Visual Studio's Refactor menu, and choose Extract Interface. Refactor->Extract Interface on MSDN for Visual Studio 2008.
Click button Select All, and click button OK. This will create a new file in your project for you.
You can then copy and paste as you need.
Be sure to go back to your class and remove the interface implementation code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With