-
Notifications
You must be signed in to change notification settings - Fork 98
Please include an option to not complete any quotes #171
Comments
I believe this is already possible in the settings for the module. |
+1 The ideal solution, IMO, would be a text field in the module settings in which the user can specify the pairs they want to have autocompleted. Something like Note: I think #182 would be cool, but maybe a little too much for a bracket matcher feature. |
+1 for @leovailati solution. Fine-grained control would be nice. |
+1 for @leovailati solution as well. single quote is also valid syntax for starting a line on slim (templating language) |
+1 The behavior is a bit over-eager sometimes. Example: |
Bracket Matcher should not insert a set of brackets when the cursor is to the left of a string. This already the case for when the cursor is to the right of a string. It should insert the set of quotes only when the cursor is not adjacent to a string. Thanks. |
+1 for disabling (non-smart) quotes separately from brackets. I'm finding myself stumbling over the non-smart-quote behavior a lot in Javascript. Brackets are fine though. |
I think this issue can be closed since #182 sounds like exactly what is needed, especially now that we have more general support for per-language/scoped settings. |
+1 |
This was very annoying when wanting to type a single single quote in Rust so I dug into the source and removed completion of single quotes from everywhere. Here are the steps, in case it helps anyone:
|
Just wanted to add two cents... I appreciate the auto completion of quotes most of the time - especially when writing something brand new. There are other times when I'm modifying existing code and this same autocompletion feature is a nuisance, requiring me to "right arrow -> backspace/delete" very often. Disabling the feature in settings means I have to lose the "pro" to get rid of the "con". It might be better if this behavior could simply be disabled per keystroke using a modifier key (fn or something, maybe customizable). |
Fixed by #249. |
I find the quote matching annoying (mainly because it doesn't work right -- I constantly get double quotes all over the place which doesn't happen in ST3).
Until/if it's fixed, I would like to just disable it without disabling the other features of this package.
The text was updated successfully, but these errors were encountered: