1

I want a Spyder-like Console in VSCode for python, so I run code in Interactive Window and click vairables as other answers said. However, instead of editor area, the jupyter variables shows in the panel I can't move to the upper right.

So can I move variables explorer to the upper right of the editor area? Any help will be appreciate.

----- 2021.10.21 UPDATE -----

So now the new problem is Variables explorer for 2021.10 Python extension lies in panel instead of editor area. Here is the link from VSCode docs. (Can't show pics due to low reputations)

official guide


The Editor layout I expected is like Pycharm and Spyder style, which I got from an earlier version of Python extensions(version 2020.10) Here is the link from an individual guide

Expected


So can the latest version of Python Extension do that?

LeonM
  • 23
  • 1
  • 6

1 Answers1

0

Right-click on the Terminal tab and select Move Panel Right.

enter image description here

But there are some problems, after you do that, you need to reload the VSCode, otherwise, it can not display the variables.

Steven-MSFT
  • 7,438
  • 1
  • 5
  • 13