I recently changed from Spyder
to PyCharm
as a Python IDE. In Spyder
I have often used the variable explorer feature (see picture). Is this feature also available in PyCharm
?
I found this here, that "Variable explorer in Python console (traff)
" should be included in PyCharm 3
, but I cannot find that. Maybe someone could tell me how to use that tool.
For your second question: you can also select your code and press
shift + alt + E
to run a part of your script on to the python console