docteurklein / text-lsp

text completion based on current documents's words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-lsp

what

A simple Language-Server-Protocol server that auto-completes based on all words from the current document (for now).

how

npx ts-node index.ts --stdio

About

text completion based on current documents's words


Languages

Language:TypeScript 100.0%