huggingface / llm-ls

LSP server leveraging LLMs for code completion (and more?)
Apache License 2.0
553 stars 43 forks source link

Fix handling of end-of-file #60

Closed HennerM closed 5 months ago

HennerM commented 6 months ago

At the end of a document we don't expect any further characters, thus we can just assume the end is the same as a line break