Disable suggestions inside parenthesis #1077
Unanswered
resistorsoftware
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When typing a string inside a pair of parenthesis, it would be nice to not have blink suggest anything. I am not aware of a way to alter the behaviour of blink so that it ignores keystrokes inside parenthesis. As a sample, I tried the recipe for reacting to a source:
So when I am in a Ruby file, and in a comment, I would like to return nothing. But the notification always shows that when I am on a blank insert line, it is a comment, and as soon as I insert the comment character of
#
the notification is I am in a method?So anyway, I am fighting to understand the logic here! At heart the desire is this. For any editing I am doing, if I am writing inside a comment (or quoted pair), please offer up no suggestions!
Beta Was this translation helpful? Give feedback.
All reactions