https://github.com/darfink/itemautocomplete
Chat autocomplete for item links in WoW Classic
https://github.com/darfink/itemautocomplete
Last synced: 6 months ago
JSON representation
Chat autocomplete for item links in WoW Classic
- Host: GitHub
- URL: https://github.com/darfink/itemautocomplete
- Owner: darfink
- License: mit
- Created: 2019-12-18T16:33:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T11:10:53.000Z (over 1 year ago)
- Last Synced: 2024-04-18T05:51:01.618Z (about 1 year ago)
- Language: Lua
- Homepage: https://curseforge.com/wow/addons/itemautocomplete
- Size: 338 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ItemAutocomplete
This is an autocomplete addon for item links in WoW Classic. It integrates with your chat and is triggered with a single character (default [), making every single item in the game available with a few key strokes.

## Features
- **Item database:** It automatically scans the entire item database the first time it starts up, thereafter every single item is accessible. No need to wait for you to encounter it in the world! Perhaps it's time to lookup Ashbringer or Atiesh?
- **Chat integration:** Whilst composing a message, just input your trigger character (default [) and start searching for whatever item you want to link. When you've find your item, just press ↵ Enter to insert the link.
- **Fuzzy search:** Never spell out an entire item name! And find items with blazing speed. The fuzzy search ensures you only need to write a small portion of an item before it pops up in the menu.
- **Smart case:** All searches are case insensitive by default unless you explicitly use one or more uppercase letters, allowing intelligent and effortless browsing.
**TIP** If you're using an auction house addon you can easily view an item's price tag whilst out travelling, just search for it and view its tooltip.
### Fuzzy search
To actually showcase how great the fuzzy search is, here's some examples:
| Input | | Item |
| ------------------ | - | :--------------------------- |
| [devga | → | [Devilsaur Gauntlets] |
| [robvoi | → | [Robe of the Void] |
| [perbl | → | [Perdition's Blade] |
| [sulr | → | [Sulfuras, Hand of Ragnaros] |
| [hiwi | → | [Hide of the Wild] |
| [BNM | → | [Blade of the New Moon] |**TIP** Avoid using Space when searching; in general it's much faster just to type parts of each word of an item name.
## Controls
Use [ in the chat to trigger the menu (*configurable*), then start typing to filter your search.
For interaction, it has the same controls as you'd expect any autocomplete menu to provide.
- ⇥ Tab or ⬇ to navigate to the next entry.
- ⇧⇥ Tab or ⬆ to navigate to the previous entry.
- ↵ Enter to select your entry.
- ⎋ Escape to close the menu.Not a keyboard person? No worries, just use the mouse.
## Commands
- `/iaupdate` — Update the item database. If for some reason the item database becomes corrupt or obsolete, you can manually trigger an update with this command.
## Internationalization
Since version 1.0.4 Unicode support has been implemented, allowing any language to be used.