atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

Cannot make a snippet where prefix starts with "."(period) #249

Closed SandeepGamot closed 6 years ago

SandeepGamot commented 6 years ago

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step] make a normal snippet prefix starting with "."
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen] A prompt with implementation of the snippet should occur when prefix is typed.

Actual behavior: [What actually happens] No prompt is generated.

Reproduces how often: [What percentage of the time does it reproduce?] 100%

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

yudai-nkt commented 6 years ago

While you need to fill the missing information required by the issue template, it seems that you are confusing the functionality of autocomplete-snippets with that of snippets. If that is the case, then I think this issue is a duplicate of atom/autocomplete-snippets#67.

SandeepGamot commented 6 years ago

All right seems fair, closing the issue.