Disable auto-completion of quotes, braces etc. in JSON #3670
Replies: 3 comments
-
So my understanding is that auto-completing these identifiers is a bug caused by trying to not break syntax highlighting as the user types. There is no benefit to the completions, in the intended usage the user types over them anyway to advance the cursor, so it may as well not have bothered. Whereas there are a large number of typical edit operations where it does the wrong thing. I understand that the more robust solutions for highlighting stability are a bit much to implement, but just a toggle would help me a lot even if it had significant downsides. |
Beta Was this translation helpful? Give feedback.
-
The issue was closed as completed by @wdawson on Jul 1, 2021 without any comment, but this is still a problem as of Insomnia 2022.7.0. It's still really annoying, and I cannot see any way to disable it. I've tried setting "Autocomplete popup delay (ms)" to 0, I've tried changing the request body type from "JSON" to "Plain" - it still types |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I'm always frustrated when a text editor gets in the way of me typing whatever I want. When I type
"
I want"
to appear - nothing more, nothing less. Same for{
. Auto-completion is extremely frustrating.Describe the solution you'd like
An option to disable auto-completion. (If such an option already exist make it more obvious, because I cannot find it.)
Describe alternatives you've considered
Beta Was this translation helpful? Give feedback.
All reactions