https://github.com/atom/ide-typescript
TypeScript and Javascript language support for Atom-IDE
https://github.com/atom/ide-typescript
atom-ide language-typescript typescript
Last synced: 2 months ago
JSON representation
TypeScript and Javascript language support for Atom-IDE
- Host: GitHub
- URL: https://github.com/atom/ide-typescript
- Owner: atom
- License: mit
- Archived: true
- Created: 2017-06-16T22:19:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T10:52:02.000Z (over 2 years ago)
- Last Synced: 2024-11-01T23:33:05.548Z (7 months ago)
- Topics: atom-ide, language-typescript, typescript
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 368
- Watchers: 24
- Forks: 63
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)
# IDE-TypeScript package
[](https://github.com/atom/ide-typescript/actions/workflows/ci.yml)TypeScript and JavaScript language support for Atom-IDE, powered by the [Theia TypeScript Language Server](https://github.com/theia-ide/typescript-language-server).

## Early access
This package is currently an early access release. You should also install the [atom-ide-ui](https://atom.io/packages/atom-ide-ui) package to expose the functionality within Atom.
## Features
* Auto completion
* Diagnostics (errors & warnings, with autofixes)
* Document outline
* Find references
* Go to definition
* Hover
* Signature help
* Format code## Contributing
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/atom/languageserver-typescript/issues/new) or working on some of the [open issues](https://github.com/atom/languageserver-typescript/issues), Atom's [contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) will help get you started while the [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) has some extra information.## License
MIT License. See [the license](LICENSE.md) for more details.