Atom IDE - dennisholee/notes GitHub Wiki

Snipplet customization

Link: https://flight-manual.atom.io/using-atom/sections/snippets/

'.source.js':
  'StyleSheet':
    'prefix': 'ss'
    'body': """
        const styles = StyleSheet.create({

        });
    """

Useful packages

*Beautify - https://atom.io/packages/atom-beautify atm install atom-beautify