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

language-yaml blocks snippet autocompletion #96

Open
nargetdev opened this issue Nov 16, 2017 · 2 comments
Open

language-yaml blocks snippet autocompletion #96

nargetdev opened this issue Nov 16, 2017 · 2 comments

Comments

@nargetdev
Copy link

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
Copy link

I've reproduced this.

@winstliu
Copy link
Contributor

winstliu commented Jun 4, 2018

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

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

3 participants