cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
337 stars 22 forks source link

[Bug] Autocomplete doesn't work. #98

Closed tusqasi closed 1 year ago

tusqasi commented 1 year ago

I checked with other packages like nx and complex.

I am using neovim with elixir ls. Also tested with vscode elixirls extension.

I guess that is because of how evision works and compiles from cpp code.


In neovim:
Doesn't Works image Works image image

kipcole9 commented 1 year ago

Autocompletion works correctly in iex so it may not be an issue with eVision itself. Have you also filed an issue with ElixirLS?

tusqasi commented 1 year ago

Autocompletion works correctly in iex so it may not be an issue with eVision itself.

That might be the case. I raised an issue here first because I thought other packages work fine. You are right iex completions do work.

I will try the elixirLS.

tusqasi commented 1 year ago

yeahhhh... The problem is with ElixirLS. I didn't even check that repo before raising an issue here.😅

I will link it here if someone else come along. https://github.com/elixir-lsp/elixir-ls/issues/193