ericglau / cairo-ls

Cairo Language Server

Home Page:https://marketplace.visualstudio.com/items?itemName=ericglau.cairo-ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code completion has no suggestions when in the middle of a module name

ericglau opened this issue · comments

Press Ctrl-Space in the middle of a module name. The code completion suggestions are empty.

image

Currently it only works if you press Ctrl-Space immediately after from .

image

Would love to contribute, may I take this issue up?

@cwkang1998 Yes of course, that would be great! See project setup steps and let me know if you run into any issues. The part of the code for completions is here.