Effective PyCharm Transcripts
Chapter: Extending PyCharm with plugins
Lecture: Plugins introduction

Login or purchase this course to watch this video and the rest of the course contents.
0:02 It's time to focus on plug ins. These are extra pieces of functionality that you can add to PyCharm to add new tool Windows, new editor capabilities,
0:12 all sorts of things. There's just so many different things we can add really is sort of the paradox of choice. When you go exploring over there,
0:20 you want to have VIM key bindings, There's a plug in for that. Do you want to have it act like visual studio coming from Windows development?
0:28 You can go and grab the Visual studio key map from the plug ins. There's also support for things like Node.js or if you want to build a client
0:38 side application to go along with, say a Fast API backend instead of services, you can get plug ins for electron.js.
0:45 S. In this chapter, we're going to survey some of the ones I think
0:49 are useful and then show you how to go explore and find more or whatever you're interested in.


Talk Python's Mastodon Michael Kennedy's Mastodon