Download TypeScript Importer and Javascript and TypeScript Nightly for VSCode

Share this video with your friends

Social Share Links

Send Tweet
Published 2 years ago
Updated 2 years ago

To enhance our experience for coding, we are going to install a couple of extensions for VSCode, the TypeScript Importer and JavaScript and TypeScript Nightly.

The TypeScript Importer helps you search your project's TypeScript paths as you type to look for models that it can auto-import.

The JavaScript and TypeScript Nightly tells VSCode to use the very latest version of TypeScript available as its built-in TypeScript version. Only use this when you don't have a local version of TypeScript installed in your project.

Instructor: [0:01] In VS Code, even though it should already work, I'm going to do a few things to make the experience even better. First, I'm going to show you a few extensions that I think help with my TypeScript development.

[0:11] The first extension that I'm going to look for is this TypeScript Importer. The TypeScript Importer is a very helpful extension that will help you search your project's TypeScript paths as you type to look for modules that it can auto-import. We'll learn more about setting custom paths later. This extension is not always perfect, but it can be a huge time-saver.

[0:34] The second extension that I'll use is this JavaScript and TypeScript Nightly extension. This tells VS Code to use the very latest version of TypeScript available as its built-in TypeScript version. It only uses this when you don't have a local TypeScript version installed in your project.

[0:55] You don't have to do this, but if I'm in a workspace that doesn't locally install its own version of TypeScript, I want my editor to use the latest Nightly version by default. That's just my personal preference.

egghead
egghead
~ 41 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today