phi icon indicating copy to clipboard operation
phi copied to clipboard

auto completion in buffers

Open felixangell opened this issue 6 years ago • 1 comments

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 avatar Apr 29 '18 17:04 felixangell

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 avatar May 06 '18 16:05 felixangell