You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally Ctrl + / should comment the line, and in .eex files the comment syntax is the same as in normal html files, unless it's a code statement, in which case one should use the Elixir comment syntax #.
In Emacs + Alchemist both types of comments can be triggered correctly. In some other editor/plugin combinations only the HTML one is triggered, which is fine most of the time. However in VSCode currently neither seems to be triggered. This should be configurable? Manually starting HTML comment <!-- --> is quite inconvenient.
The text was updated successfully, but these errors were encountered:
Normally
Ctrl + /
should comment the line, and in.eex
files the comment syntax is the same as in normal html files, unless it's a code statement, in which case one should use the Elixir comment syntax#
.In Emacs + Alchemist both types of comments can be triggered correctly. In some other editor/plugin combinations only the HTML one is triggered, which is fine most of the time. However in VSCode currently neither seems to be triggered. This should be configurable? Manually starting HTML comment
<!-- -->
is quite inconvenient.The text was updated successfully, but these errors were encountered: