lundi 26 novembre 2018

Displaying code connections (Python / C) in Visual Studio 17

I was wondering if there's any way to show connections between functions in Python - the same way as it is done in C.

Connections in C

As you can see, there are connections between main() function, and the if/else statement, yet in Python I couldn't find such thing:

Lack of connections in Python

I'm beginner when it comes to Python that's why I ask - is there any way to activate this type of connection display? It would really help me understand which function is related to which statement etc. etc.

Aucun commentaire:

Enregistrer un commentaire