It would be nice to have [backtick](https://en.wikipedia.org/wiki/Grave_accent#Use_in_programming) auto-close option under the "Auto-close quotes and brackets" preferences.
This is useful in languages like [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_l...) which do not use anything other than another backtick to terminate a string, this has the effect of unfolding all of the code which comes after it, so auto-closing this would fix the issue :)