Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Not respecting min length #75

Open
@yajo

Description

@yajo

Package autocomplete-plus has a default minimum word length of 3 characters, which is the one I am using:

captura de pantalla de 2016-08-16 11-28-08

However, this package starts autocompleting from the 1st character, which causes disturbing behaviors.

For example, if you write <a in an XML file, and you have a snippet called attrs (as is my case), you get this:

captura de pantalla de 2016-08-16 11-29-47

And then press TAB and you get the filled snippet:

captura de pantalla de 2016-08-16 11-30-00

But what I expected TAB to do is to expand the builtin <a snippet. I have to write <a, press ESC and then TAB to get that:

captura de pantalla de 2016-08-16 11-31-40

So maybe here we have 2 bugs:

  1. No <a snippet completion displayed.
  2. Not respecting configured minimum length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions