atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

language-yaml blocks snippet autocompletion #96

Open nargetdev opened 6 years ago

nargetdev commented 6 years ago

Description

"language-yaml" package disables snippet auto-suggestion and tab completion. Snippets are still available in in "Snippets:Available" section of command pallet.

Steps to Reproduce

  1. begin typing a snippet which would match "*" (an available snippet) in a "snippets.cson" file
  2. Notice that snippet is not autosuggested
  3. command + shift + p and search "snippets:available" and see that they're still offered
NateBowen commented 6 years ago

I've reproduced this.

50Wliu commented 6 years ago

This is because basically everything is tokenized as a string, which by default causes autocomplete-snippets to not suggest any snippets.