Domingo Edwards
Domingo Edwards
@froydnj @fsateler done with all the comments 👌🏻
This behaviour is related to [Auto closing before](https://code.visualstudio.com/api/language-extensions/language-configuration-guide#autoclosing-before) configuration of the language. As vscode says "By default, VS Code only autocloses pairs if there is whitespace right after the cursor."....
> Is it possible to configure the auto close to happen only inside ERB tags (``)? If so, then I think it's fair to have it on inside, for Ruby...
Another thing to consider is that when working on embedded languages when the cursor is just before the closing tag, the language is still the host language. Here are some...
I found this to be usefull in our organization. We created an addon that some users like, but other don't, for example because of code lens they do not use...