I got to work on another thing that has been bothering me for a long time: toggling comments in HTML+ERB files. Sadly the Language Server Protocol doesn't support this with a dedicated request, but you can implement it using a custom request plus a small config in the editor.
23 likes 5 replies
?