Skip to content

Snippet completions with a single $1 should instead use a single $0 #81

Open
@rwols

Description

@rwols

Some snippet completions contain a single $1. For instance I type "f, and the server could insert

"foo": $1

This, however, creates a "snippet field" stack in Sublime Text. It'd be better if such completions were to complete to

"foo": $0

I'm willing to put some effort into fixing this, but I would like to know if such a change would be accepted.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions