-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better support for .eex files ~E and ~L #25
Comments
I'm using ElixirSense via alchemist.vim and I opened an issue on its GitHub project related to this: ... but I didn't think it was possible, or feasible, given that the context in which an .eex template file is evaluated doesn't seem to be closely coupled to the file. But I'm glad I seem to have been wrong! |
@kenny-evitt regarding @axelson @lukaszsamson WDYT? |
@msaraiva Maybe, for .eex files, the commands, or new similar commands, could accept both a line and column in the .eex file and a line and column in the relevant 'view' module file. The new commands could be named |
Yeah for plain |
SIgnature and docs definitely work in (h)eex |
Vars in templates tracked in elixir-lsp/vscode-elixir-ls#279 |
It seems that the following doesn't work when in a
.eex
files,~E
or~L
:The text was updated successfully, but these errors were encountered: