Disable autocompleting <

Is there a way to disable the autoclosing of less than symbols? I get autocompleting something like () since you'd almost always close a parenthesis, but it's extremely annoying when trying to type out any kind of math expression using that character and even more so when typing out C++ cout << "stuff" or something.

Thanks!

I've made a PR to fix this.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.