

- INSTALL TYPESCRIPT PLUGIN FOR SUBLIME TEXT 3 MAC INSTALL
- INSTALL TYPESCRIPT PLUGIN FOR SUBLIME TEXT 3 MAC CODE
- INSTALL TYPESCRIPT PLUGIN FOR SUBLIME TEXT 3 MAC MAC

So after you hit return then you'll quit the application started back up and you'll be good to go with installing a package.
INSTALL TYPESCRIPT PLUGIN FOR SUBLIME TEXT 3 MAC INSTALL
So whenever you want to install something this is a great place to do it.
INSTALL TYPESCRIPT PLUGIN FOR SUBLIME TEXT 3 MAC CODE
So here I can come and I'm going to get rid of this just so it's nice and clean and I can paste this in and all of this code from package control, when you hit return it will run and what this is going to do is sublime actually has a terminal's running in the background that usually you don't see unless you actually say you want to view the console but it shows all the different things that you're doing in the system especially related to how you're working with the text editor. So inside of here you can go to View and then show console and inside of this you can paste in all of the values. So to install this it's pretty easy you simply come and grab all of this code and copy it. That's easiest way to find out if you have downloaded sublime in the past year or so you're most likely using Sublime Text 3. That means you're using Sublime Text 3 If you're using ones that have build's in the 2000s. This number right here where it says Build 3126.

You don't really have to care about most of these. And what this is going to bring up is the channel change log with all of the different changes and updates to the software. So in order to find that out you can open up Sublime Text come up here and click on change log. So the way that we do this is first we have to know which version of sublime we're using. If you already have package control installed you can fast forward or not pay attention right now because we're going to be able to after it's installed we'll go in and install a plug in. However if you don't I'm still going to follow through and show you how you can use it. And this is going to give you a direct page on how you can install this on your system. The easiest way to perform this installation is to use package control now package control is something that is built on top of the Sublime Text Editor and you can access this specific page by going to packagecontrol.io/installation. But what this will do is it'll help fix any little typos that you might have or it will give you an idea of the issue and say hey you know it looks like you're building this in such and such way, and it should be built this other way that kind of thing you know just kind of streamlining your whole process now. I'm just going to show you how it can do some really nice syntax an error highlighting and also part of the reason why you think this is really important to integrate is if you're new to typescript and especially if you're new to JavaScript a lot of times I've seen that students have spent a lot of time, and they waste a lot of time on very simple easy to find bugs if they're not using a tool to help streamline the work that they're doing. And as we go through the course we'll experiment more with how this looks and how we can use it more when we test it out. This is one of my favorite things are these screen shots and they have some great animations here showing the system in kind of in play and showing some of the cool things that it does including some very helpful information from a debugging perspective. So until you've installed this plug in or if you're using a different text editor these ones will not work. These are actually specific to the plug in. Now keep in mind these are not sublime specific. So I'm here on the Microsoft home page specifically the page for the typescript sublime plug in and include a link to this in the show notes.Īnd if I come down this page has a lot of very helpful information such as how you can install the system along with some keyboard shortcuts that you can use. So keep in mind, we're not just doing this for right now but this is also going to extend into when we start building in Angular 2 type applications. You'll find that this is really helpful early on when you're learning the typescript language, but you'll find this astronomically more helpful when you get into angular 2 development.
INSTALL TYPESCRIPT PLUGIN FOR SUBLIME TEXT 3 MAC MAC
If you're using a Mac and you're using the SublimeText text editor, the next step is to build in a great plugin that's actually created by Microsoft directly to give us a lot more power in how we use it and how we can build typescript programs. Now that we have typescript installed on our system.
