Effective PyCharm Transcripts
Chapter: Extending PyCharm with plugins
Lecture: Introduction to plugins

Login or purchase this course to watch this video and the rest of the course contents.
0:01 It's time to focus on the plugins and there are so many things that we can add to by PyCharm to make it do awesome stuff,
0:09 maybe you wanted to support Vim key bindings and it doesn't, well just go to the plugins and add them,
0:15 you want to work with NodeJS, we saw that was a plugin, you can do that, or ElectronJS, all sorts of stuff, and we'll see there are a bunch,
0:22 we'll survey some of the ones I think are notable and look and explore how you might add third party or external ones.
0:30 Plugins are things we can add to PyCharm, over here in the settings slash or angle bracket whatever plugins
0:37 and there's a bunch of them built in and you need to be a little careful here because the ones that come with PyCharm,
0:43 these are the ones that basically support the features of PyCharm, so for example, we have cvs integration,
0:50 maybe you don't care about that but right above it, css you might care about css support and if you uncheck it,
0:56 you won't be able to get any help with css files anymore. So be a little careful in that much of this stuff
1:02 is actually the functionality of PyCharm itself, but then you'll see we can turn them on and off
1:08 and we can also add new ones and maybe the most exciting thing there is that we could just go get a ton of other cool things
1:14 that were not built in and bring them in. So let's go do some playing around with these.


Talk Python's Mastodon Michael Kennedy's Mastodon