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

Should be able to insert elements by triggering completion on element text or whitespace #15

Closed
tintoy opened this issue Sep 17, 2017 · 1 comment

Comments

@tintoy
Copy link
Owner

tintoy commented Sep 17, 2017

Currently, if you press Ctrl+Space instead of < when inside text or whitespace, no element names are offered because the completions are currently designed to only replace an existing element (e.g. <> which is inserted when they press <).

Modify them to handle insertion of new elements, too (which is totally doable; just use the target position as an empty range).

@tintoy tintoy self-assigned this Sep 17, 2017
tintoy added a commit that referenced this issue Oct 15, 2017
… (Project) element (without first typing "<").

Fix incorrectly-offered PackageReference completions.

#15
tintoy added a commit that referenced this issue Oct 15, 2017
…Reference as new elements under ItemGroup elements.

#15
tintoy added a commit that referenced this issue Oct 15, 2017
tintoy added a commit that referenced this issue Oct 15, 2017
tintoy added a commit that referenced this issue Oct 15, 2017
tintoy added a commit that referenced this issue Oct 15, 2017
tintoy added a commit that referenced this issue Oct 15, 2017
@tintoy
Copy link
Owner Author

tintoy commented Oct 15, 2017

Implemented.

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

No branches or pull requests

1 participant