This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Disable autocomplete #6894
Comments
@thany Your example is for auto close tags and @TomMalbran is working on pull request #6888. If you have something other than auto close tag (ie. something in code hints), please give us an example. |
I'm sure I can come up with something sooner or later, but I guess I'll open another issue (if not already) by that time. The close tag is currently the most "in the way" automatic thingy for me. |
Marking 'fix in progress' |
@thany #6888 has been merged, meaning autocomplete can be disabled in the upcoming Sprint 37 by updating brackets.json to include the following line: {
"closeTags": { "whenOpening": false, "whenClosing": false, "indentTags": [] }
} This is actually the only issue that linked back to 6888 that hasn't been closed. Hehe. :P |
Excellent! I'm looking forward to the update :) |
Looks done - closing :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Autocomplete is annoying the heck out of me. I'm very much used to typing the whole thing, but if autocomplete autocompletes it for me, I've got the thing twice.
Maybe not disable, but at least an option to opt-out.
Better yet, allow manually typing the rest of the autocompleted thing without appending. Even visual studio does this right.
Example: when I type
</div>
, I end up with</div>div>
. Do not want.The text was updated successfully, but these errors were encountered: