#completion #words #open #lsp #buffer #token #language

app simple-token-language-server

A simple LSP that tokenizes all open files and provides all words as completions. Useful for prose, of languages that use strings like enums (eg: typescript, javascript)

1 unstable release

0.0.1 Oct 17, 2023

#100 in #completion

MIT license

120KB
237 lines

Simple Token LSP

Grabs all whole words from all open buffers, and provides them as completions.

Very much work in progress

Dependencies

~10–20MB
~282K SLoC