Code autocompletion #2000
-
Hello, i wanted to try this language so i've installed it and VSC plugin, but code completion doesn't work. I'm not using VSC daily so i've checked also neovim with lspconfig and there is no any difference. It makes learning this interesting language much harder. Does the plugin support code autocompletion? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! We currently have autocompletion of imports but nothing else. This is a feature we are actively working on but requires some architectural changes to the compiler to make it suitable for this form of interactive use. We hope to have initial autocompletion soon. |
Beta Was this translation helpful? Give feedback.
Hello! We currently have autocompletion of imports but nothing else. This is a feature we are actively working on but requires some architectural changes to the compiler to make it suitable for this form of interactive use. We hope to have initial autocompletion soon.