Disable matching single quote in Atom Text Editor

戏子无情 提交于 2020-01-13 08:03:11

问题


How to selectively disable atom from creating a matching single quote and and backtick? This helps in programming in Scheme.

I tried Settings>Package>Bracket Matcher, if I disable Autocomplete bracket then it also disables matching brackets and matching double quotes. I want matching brackets and matching double quotes but not matching single quotes.

EDIT: This feature is now available in Atom.


回答1:


The feature that you want is now available. Just delete the quotes from the Autocomplete Characters in Bracket Matcher package settings.




回答2:


Unfortunately, it's an all or nothing deal (as of version 0.82.0).

Unchecking the "Autocomplete Brackets" box means no autocompleted closing single/double quotes, brackets, backticks, or parentheses.

You could always log an issue (search first and make sure one doesn't already exist) and request that this feature be extended.



来源:https://stackoverflow.com/questions/38041248/disable-matching-single-quote-in-atom-text-editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!