pherrymason / c3-lsp

Language Server for C3 Language
https://pherrymason.github.io/c3-lsp/
GNU General Public License v3.0
78 stars 10 forks source link

Keyword Suggestion #43

Closed nikpivkin closed 3 months ago

nikpivkin commented 3 months ago

LSP does not suggest keywords like import, fn.

2024/08/15 08:24:31.028  DEBUG [C3-LSP:rpc] jsonrpc2: --> request #44: textDocument/completion: {"context":{"triggerKind":1},"position":{"character":1,"line":0},"textDocument":{"uri":"file:///Users/nikita/projects/c3c-test/main.c3"}}
2024/08/15 08:24:31.028  DEBUG [C3-LSP.parser] building completion list: "i"
2024/08/15 08:24:31.028  DEBUG [C3-LSP:rpc] jsonrpc2: <-- result #44: textDocument/completion: null
pherrymason commented 3 months ago

Should be fixed in master. Let me know if still fails.