Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto completion in buffers #67

Open
felixangell opened this issue Apr 29, 2018 · 1 comment
Open

auto completion in buffers #67

felixangell opened this issue Apr 29, 2018 · 1 comment
Labels
feature P-low low priority

Comments

@felixangell
Copy link
Owner

would be nice to have a little auto complete menu rendered with some keywords/words measured from the buffer?
in addition to this it should be relatively flexible so that we can potentially add our own recommendations, perhaps per language or something?

@felixangell
Copy link
Owner Author

felixangell commented May 6, 2018

tracking:

  • arrow up/down selects suggestions if they exist
  • pressing enter completes the word from the suggestion box
  • handle all little edge cases for the vocabulary stuff
  • some kind of thread that will go over a document and load all of the words in the background?
  • dont show more than X amount of suggestions/scrolling feature so its fixed in the box menu thing?
  • add padding to the items
  • set the width of the box accordingly
  • add configuration option thingies for colours

@felixangell felixangell added feature P-low low priority labels May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature P-low low priority
Projects
None yet
Development

No branches or pull requests

1 participant