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.

Does not support snippets with punctuation #67

Open
@ezuhaib

Description

@ezuhaib

e.g consider the following snippet provided by https://github.com/joseramonc/rails-snippets :

.each

autocomplete-snippets does show this snippet when period (.) is typed, but it disappears when anything is typed beyond the initial period. Similar behavior is seen when a period appears in midst of a snippet's prefix (see #57). The reason of this behavior is probably that autocomplete-plus probably provides it's consumer packages with prefixes based on alphanumeric characters and characters - and _ only.

My concern is that if atom-snippets allows snippets with periods/punctuation... then so should autocomplete-snippets. This can be fixed at the level of autocomplete-plus too, but I think implementing a fix in this package could be simpler, and cause fewer conflicts.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions