elixir_sense icon indicating copy to clipboard operation
elixir_sense copied to clipboard

Absinthe autocompletions doesnt work

Open kasvith opened this issue 3 years ago • 2 comments

Since Absinthe uses macros heavily, Elixir-Sense doesn't do proper autocompletion. A custom plugin like below will help resolving this problem as mentioned

https://github.com/elixir-lsp/elixir-ls/issues/193#issuecomment-1019431983

kasvith avatar May 26 '22 04:05 kasvith

@lukaszsamson do you mind mentoring me on how to do it? Just a few pointers should be enough

gugahoa avatar Aug 12 '22 15:08 gugahoa

@gugahoa I just start for phoenix (only scope for the moment). It's not so hard. Look how the plugin for ecto works.

Basically you have to implement the function suggestion defined by the behavior ElixirSense.Plugin (or something like that, sorry I'm on my phone).

Then it's about text and data manipulation

Matsa59 avatar Aug 17 '22 12:08 Matsa59

Closing as this is not en elixir_sense issue

lukaszsamson avatar Mar 04 '23 11:03 lukaszsamson