Effective PyCharm Transcripts
Chapter: Extending PyCharm with plugins
Lecture: The builtin plugins

Login or purchase this course to watch this video and the rest of the course contents.
0:01 Let's go and have a look at these plugins. You can hit command comma on basically any Mac app to get to the settings or you just go PyCharm preferences
0:10 I think it's called settings in Linux for or reason. Anyway, go over here to the plugins section
0:15 and notice there's a bunch of cool stuff already installed and I have only installed one or two additional things.
0:22 First of all, notice I have disabled things that I don't care about, I never will do cvs again, for a long time
0:30 back in the mid 1990's I guess I used use cvs but I have no intention to using that again. Gherkin, no, GNU text, no, Haml, no,
0:40 so I went and I turned some of these off, I think that makes PyCharm start a little bit quicker,
0:44 I don't really know but it seems like if I know I'm never going to use them, I might as well turn them off. So let's look at some things that are here.
0:52 Now, one of the questions you might ask is is this a built in thing that came with PyCharm, or is this some kind of third party thing.
0:59 So over here, notice how there's not much information or hyperlinks that means this probably just came with PyCharm when you installed it.
1:07 Similarly, CoffeeScript, there's no like this is run by Joe and here's his getup repo, these are all builtin things, right,
1:14 so let me try to find something l've added that wasn't builtin. NodeJS, but you can see the vendor was Jetbrains, so it wasn't builtin
1:22 but it was built by Jetbrains really for WebStorm and I added that. Nginx is a thing I added so this looks pretty active over here
1:30 and you can see this is actually done by Max, thank you Max I'm really glad that you built this. So we'll talk about this one in a bit.
1:38 So that's pretty much your clue on is this a builtin thing or is it external, right,
1:42 if it's here, it doesn't have an uninstall button and it has no like external repo, here this one I can uninstall, not just disable, and it has a repo.
1:51 Okay, let's see what else is builtin that we might want to talk about, so you've got the profiler stuff,
1:58 you've got Docker, you've got a nice rest client, we haven't really talked about that in this course, but it's pretty cool,
2:06 Vagrant and so on, Yaml, a lot of really cool support but like I said, I actually turned these off like so I have no Saas,
2:13 unlike Less, so we'll go with that, and maybe if I need it, I will turn it back on.


Talk Python's Mastodon Michael Kennedy's Mastodon