Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the best packages to develop meteor on Atom Editor?

I'm looking to develop a meteor application using the atom text editor and was interested in the best add-ons ie..intellisense type completion, any bug detection.?

like image 753
LakeEffect Avatar asked Nov 25 '14 19:11

LakeEffect


People also ask

What is the best terminal package for Atom?

A terminal package for Atom, complete with themes, API and more for PlatformIO IDE.

Is Atom still being developed?

We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022. When we formally introduced Atom in 2014, we set out to give developers a text editor that was deeply customizable but also easy to use—one that made it possible for more people to build software.

Can Atom run scripts?

If you're looking for a JavaScript execution environment beyond a REPL, Atom doesn't come with anything built-in for that purpose. If you want to build code or execute scripts from within Atom there are a number of packages available including: build. script.


1 Answers

Abigail Watson in the Readme of Meteor Api Package Gives a complete list of "must have" packages to use.

  1. Atom Lint
  2. Atom Beautify
  3. Atom Handlebars
  4. Atom Jshint
  5. Atom Prettify
  6. Angularjs
  7. Atom Angular
  8. Atom Bootstrap
  9. Autocomplete
  10. Autocomplete +
  11. Bracket Matcher
  12. File Types
  13. Filetype Color
  14. Grammar Selector
  15. Language Spacebars
  16. Meteor Api
  17. Meteor Helper
  18. Wrap Guide
like image 77
Ethaan Avatar answered Sep 30 '22 10:09

Ethaan