Skip to content

A curated list of packages that you should probably get when setting up Atom for a specific language

License

Notifications You must be signed in to change notification settings

codetalkio/Atom-IDE-package-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A curated list of packages that you should probably get when setting up Atom for a specific language.

Packages can be installed using apm install <package> from the command line, or from the Atom interface. Many of the packages (like the linters) require external programs to be installed. Make sure to check the packages for this.

Overview

Themes

To get a more TextMate2 feel, you can check out slim-dark-ui.

Basic packages

There are a couple of packages that are needed in almost every setup. These will be listed here:

  • linter

There are linter packages for almost any language, and they usually use this base package.

You could probably also do with vim-mode.

Haskell

  • language-haskell
  • autocomplete-haskell
  • ide-haskell
  • haskell-ghc-mod
  • linter-hlint

Python

  • linter-flake8

React, HTML, CSS and JS

  • react
  • linter-jsxhint
  • linter-jshint
  • linter-htmlhint
  • linter-csslint

PHP

  • linter-php
  • autocomplete-php

Docker

  • language-docker

About

A curated list of packages that you should probably get when setting up Atom for a specific language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published