README 575 B

12345678910111213141516
  1. Autocomplete allows users to autocomplete screen names in @ replies and
  2. ! group references.
  3. When an "@" or "!" is typed into the notice text area, an autocomplete box
  4. is displayed populated with the user's friends' screen names or group
  5. memberships.
  6. Completion suggestions can be selected via the mouse or arrow keys, and the
  7. suggestion can be inserted either by clicking or hitting tab. Hitting enter
  8. will also select the suggestion, but will submit your message too!
  9. Installation
  10. ============
  11. Add "addPlugin('Autocomplete');" to the bottom of your config.php
  12. That's it!