| Crates.io | simple-token-language-server |
| lib.rs | simple-token-language-server |
| version | 0.0.1 |
| created_at | 2023-10-17 11:17:57.209928+00 |
| updated_at | 2023-10-17 11:17:57.209928+00 |
| description | 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) |
| homepage | https://github.com/FreddieGilbraith/simple-token-language-server |
| repository | |
| max_upload_size | |
| id | 1005735 |
| size | 389,149 |
Grabs all whole words from all open buffers, and provides them as completions.
Very much work in progress