# Has anyone made something like autocomplete module

**URL:** https://discuss.prosemirror.net/t/has-anyone-made-something-like-autocomplete-module/1177
**Category:** Uncategorized
**Created:** [February 2, 2018, 7:13pm UTC](https://discuss.prosemirror.net/t/has-anyone-made-something-like-autocomplete-module/1177 "2018-02-02T19:13:12Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![rowanc1](https://discuss.prosemirror.net/user_avatar/discuss.prosemirror.net/rowanc1/32/1341_2.png) [@rowanc1](https://discuss.prosemirror.net/u/rowanc1)
#### Post date: [October 28, 2021, 5:26am UTC](https://discuss.prosemirror.net/t/has-anyone-made-something-like-autocomplete-module/1177/3 "2021-10-28T05:26:32Z")

</div>

For other people looking for this in the future, I have released [prosemirror-autocomplete](https://discuss.prosemirror.net/t/suggestions-and-autocomplete-plugin-library/4151) and done a bit of a comparison between `prosemirror-suggest`, `prosemirror-suggestions` and `prosemirror-mentions`. There are a few different tradeoffs depending on:

- if you want to have a social-like editor/UI (similar to twitter) where I think you should choose `prosemirror-suggestions` (no UI) and `prosemirror-mentions` (simple UI included); or
- if you want to have a similar experience to Notion/GoogleDocs/Confluence/VSCode, where you should choose `prosemirror-autocomplete`.

Hope that helps other people who find this thread!

---

_[View the full topic](https://discuss.prosemirror.net/t/has-anyone-made-something-like-autocomplete-module/1177)._
