8000 GitHub - russlescai/atom-typescript: Atom TypeScript Complete
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Atom TypeScript Complete

License

Notifications You must be signed in to change notification settings

russlescai/atom-typescript

 
 

Repository files navigation

Atom TypeScript

Join the chat at https://gitter.im/TypeStrong/atom-typescript

JavaScript developers can now just open a .ts file and start hacking away like they are used to. No grunt no Visual Studio. Just pure coding.

Installation

  1. Install atom.
  2. apm install typescript (apm needs git in your path)
  3. For windows you need node in your path (reason)

Additional Notes: Other atom packages we depend upon are installed automatically on first load.

Reviews

"I was shocked at how good it felt to poke around on the compiler with it." Jonathan Turner
"And guess what, it worked perfectly. Like everything else! Faster than Visual Studio!" Daniel Earwicker
Add yours!

Features

Auto Complete

Internally using AutoComplete+. Just start typing and hints will show up. Or you can explicitly trigger it using ctrl+space or cmd+space. Press tab to make a selection.

Type information on hover

Just hover

you definitely get the point

Compile on save

TypeScript files will be compiled on save. Different notifications are given if emit was successful or not. Configuration driven by tsconfig.json

Project Support

Supported via tsconfig.json (read more) which is going to be the defacto Project file format for the next versions of TypeScript.

It also supports filesGlob which will expand files for you based on minmatch|glob|regex (similar to grunt).

Project Build Support

Shortcut: ctrl+shift+b or cmd+shift+b. If there are any errors they are shown as well.

Format Code

Shortcut : ctrl+alt+l or cmd+alt+l. Will format just the selection if you have something selected otherwise it will format the entire file.

Go to Declaration

Shortcut : ctrl+b or cmd+b. Will open the first declaration of the said item for now. (Note: some people call it Go to Definition)

Contributing

Look at CONTRIBUTING.md for curiosity.

Changelog

Breaking changes available online.

About

Atom TypeScript Complete

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 54.8%
  • JavaScript 44.1%
  • Other 1.1%
0