elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
419 stars 31 forks source link

Expand Macro Command #4

Closed mhanberg closed 2 years ago

mhanberg commented 2 years ago

We should expose a function to run the expandMacro workspace command.

Based on how I think this works in the VSCode plugin, it should probably open a floating window (similar to the hover documentation) that displays the syntax highlighted source code that the language server returns.