#completion #open #words #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

#99 in #completion

42 downloads per month

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–21MB
~281K SLoC