Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lsp): support postfix snippets in completion | Mathias Fussenegger | 2024-05-30 |
| | |||
* | feat(lsp): use fuzzy match on filterText instead of prefix match | Mathias Fussenegger | 2024-05-30 |
| | | | | | | | | The `complete()` mechanism matches completion candidates against the typed text, so strict pre-filtering isn't necessary. This is a first step towards supporting postfix snippets (like `items@insert` in luals) | ||
* | feat(lsp): completion side effects | Maria José Solano | 2024-05-27 |