giaggi
giaggi

Reputation: 582

How to make visual code terminal and editor look like pycharm

I have a django app and I really like developing with PyCharm but it's way too heavy so I am switching to Visual Code.

However, I would like not to lose some of the "look and feel" of pycharm when it comes to the terminal and code so I am trying to turn these (terminal and editor of VisualCode)

enter image description here enter image description here

Into these (terminal and editor of PyCharm)

enter image description here enter image description here

Upvotes: 5

Views: 11085

Answers (1)

Albert Alberto
Albert Alberto

Reputation: 950

What you are looking for is to change to look and feel of the application. On your visual studio code, Open the extensions tab then search "Darcula PyCharm Theme" Click on install. You will achieve what you want.

Upvotes: 14

Related Questions