Skip to content

atom-community/atom-ide-javascript

Repository files navigation

atom-ide-javascript

JavaScript support for Atom IDE.

Build Status (Github Actions) Dependency Status apm apm

Features

atom-ide-javascript provides many features. It combines the features of atom-typescript, eslint-linter, and many more.

  • Autocomplete
  • Linting (TypeScript, Eslint, etc)
  • Type information on hover
  • Goto Declaration / Hyperclick
  • Find References
  • Outline view and Semantic view
  • Block comment and uncomment
  • Rename refactoring
  • Autocomplete paths
  • Automatically import files by drag and drop from the tree view
  • Common Snippets
  • Alternative to symbols-view

Usage

Just install and enjoy.

Roadmap

This is in the early stage of development. In the future releases, the less relevant typescript errors such as missing declaration files will be suppressed.

Contributing

  • Let me know if you encounter any bugs.
  • Feature requests are always welcome.