Skip to content

atom-community/atom-ide-javascript

Folders and files

NameName
Last commit message
Last commit date
Aug 5, 2021
Jul 24, 2021
Jul 31, 2020
Jul 31, 2020
Jul 24, 2021
Jul 19, 2020
Jul 19, 2020
Jul 22, 2020
Mar 2, 2021
Oct 25, 2020
Oct 28, 2020
Jul 19, 2020
Jul 31, 2020
Oct 28, 2020
Oct 9, 2021
Oct 9, 2021
Jul 21, 2021
Jul 31, 2020
Oct 25, 2020

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.