Disable matching single quote in Atom Text Editor
Asked Answered
S

3

15

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.

Scatterbrain answered 26/6, 2016 at 17:33 Comment(0)
H
18

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

enter image description here

Hurdle answered 13/4, 2017 at 17:57 Comment(1)
Alternatively, disable completely by toggling Autocomplete Brackets off. This won't affect the bracket-matcher:go-to-matching-bracket functionality (which is awesome).Conner
T
1

Edit -> preferences from left choose packages there is a search bar at the top search for Bracket-Matcher then press setting from right side look foo settings section and in that section look for something called auto Brackets. Uncheck it.

Theatricalize answered 3/2, 2023 at 10:2 Comment(0)
K
-1

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.

enter image description here

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

Kibbutz answered 14/7, 2016 at 1:28 Comment(4)
on a side note I switched to Emacs and it has the best support for typing code in Scheme.Scatterbrain
I logged an issue on GitHub.Scatterbrain
@VasanthaGaneshK, great! Include a link to the issue you created so others can follow it. Also, please accept my answer if it answered your question. Thanks. :-)Kibbutz
thanks a lot!, link for the issue: github.com/atom/bracket-matcher/issues/236Scatterbrain

© 2022 - 2024 — McMap. All rights reserved.