Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Disable autocomplete #6894

Closed
thany opened this issue Feb 17, 2014 · 6 comments
Closed

Disable autocomplete #6894

thany opened this issue Feb 17, 2014 · 6 comments

Comments

@thany
Copy link

thany commented Feb 17, 2014

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.

@RaymondLim
Copy link
Contributor

@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.

@thany
Copy link
Author

thany commented Feb 18, 2014

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.

@peterflynn
Copy link
Member

Marking 'fix in progress'

@le717
Copy link
Contributor

le717 commented Feb 22, 2014

@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

@thany
Copy link
Author

thany commented Feb 24, 2014

Excellent! I'm looking forward to the update :)

@pthiess
Copy link
Contributor

pthiess commented Feb 24, 2014

Looks done - closing :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants