Visual Studio Code

Code is just text, and you can write it with any editor.

It's more convenient to use an editor which is specialized for writing code, and even more convenient if that editor is fully integrated with the TypeScript compiler. The de facto choice amongst most TypeScript programmers is Visual Studio Code, a free and open-source project maintained by Microsoft.

  • TODO: images

Was this page helpful?