Home > Back-end >  How to make visual code terminal and editor look like pycharm
How to make visual code terminal and editor look like pycharm

Time:05-04

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

CodePudding user response:

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.

  • Related