• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

smartchr

Insert several candidates with a single key
aki77
0.3.4 166
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

smartchr package

Insert several candidates with a single key Build Status

A screenshot of your package

Inspired by smartchr.el.

Settings

edit ~/.atom/config.cson

'.source.coffee':
  'smartchr':
    'chrs': [
      {
        chr: '=',
        candidates: [' = ', ' == ', '=']
      }
      {
        chr: '>',
        candidates: [' -> ', ' => ', ' > ', ' >= ', '>']
      }
      {
        chr: '<',
        candidates: [' < ', ' <= ', '<']
      }
      {
        chr: ',',
        candidates: [', ', ',']
      }
      {
        chr: '+',
        candidates: [' + ', '+']
      }
      {
        chr: '-',
        candidates: [' - ', '-']
      }
      {
        chr: '&',
        candidates: [' && ', '&']
      }
      {
        chr: '|',
        candidates: [' || ', '|']
      }
    ]

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by