+ - **Note**: Somewhat `BREAKING` across text editors as there does not seem to be a universally agreed upon approach for `.erb` block comments. This approach is the closest to making it work as expected. For `html` only lines, such as `<%# <ul>`, an `erb` commenting out does not _actually_ comment the line and a manual `<!-- <ul> -->` is needed. In its entirety the correct approach should have a combination like the below. However, there seems to be a VSCode limitation in not being able to add a combination approach for line commenting.
0 commit comments