Just a collection of some useful plugins for the atom editor.
TypeScript
- The TypeScript compiler
- auto-completion / errors etc.
- https://atom.io/packages/atom-typescript
Editorconfig
- enforcing defaults for line endings, indentation, etc.
- https://atom.io/packages/editorconfig
TypeScript Linter
JSON Linter
- validates JSON files
- https://atom.io/packages/linter-jsonlint
Advanced-Open-File
- open a file using keyboard
- allows creating new files and folders while opening
- https://atom.io/packages/advanced-open-file
Highlight-Selected
- highlighting selected word in the whole file
- no language context, just text
- https://atom.io/packages/highlight-selected
Emmet
- Snippets for HTML
- many other shortcuts
- https://atom.io/packages/emmet
Pigments
- displaying color values inline
- https://atom.io/packages/pigments
File-Icons
- displaying icons for different file types
- works in tabs and in tree view
- https://atom.io/packages/file-icons
Merge-conflicts
- resolve merge conflicts inline with translation of diff patterns
- https://atom.io/packages/merge-conflicts