Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jsonl and snippets suggestion settings #235605

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RedCMD
Copy link
Contributor

@RedCMD RedCMD commented Dec 9, 2024

fix #209534
still issues with #231224 tho

  1. make sure "editor.suggest.insertMode" is set to default "insert"
  2. Create .code-snippets file with code
{
	"test": {
		""
	}
}
  1. assign language snippets
  2. type body within the double quotes ""
    image
  3. expect quick suggestions to pop up
  4. select any suggestion
  5. expect the correct number of valid double quotes
    image

@RedCMD
Copy link
Contributor Author

RedCMD commented Dec 9, 2024

could also combine [json], [jsonc], [jsonl] and [snippets] all into one [json][jsonc][jsonl][snippets]
however there is some priority differences when doing so
iirc @sandy081 knows better

@aeschli added the setting to json orignally dc31a48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

code-snippets autocomplete is broken
2 participants