Actions
Bug #644
openSettings are being ignored. (Autocomplete doesn't include auto-parentheses, quotes, etc.)
Start date:
01/29/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
I have unchecked autocompletion in the settings, yet it is still running.
Updated by Brian Flanagan almost 4 years ago
- Priority changed from Normal to High
Updated by Brian Flanagan about 3 years ago
- Subject changed from Settings are being ignored. to Settings are being ignored. (Autocomplete doesn't include auto-parentheses, quotes, etc.)
- Assignee set to Baptiste Bideaux
- Affected version changed from 1.0.0 (B3) to 1.0.0 (B10) u16
Autocomplete is shutting off, but not 100%. (Technically these are two different things, but I consider them the same.)
This is still a problem. And VERY annoying!
When we had Atom settings accessible I could fix this, but now I can't.
This should either turn off when I turn off auto-complete, or there should be a special setting for these, as there is in Atom.
For example: Try any of the following in the editor
(
result:
()
[
result:
[]
'
result:
''
"
result:
""
`
result:
There is an Atom setting to turn this off, but I don't recall what.
Updated by Brian Flanagan about 3 years ago
Re-tested in 21 Oct 2021 version. Still a problem.
Actions