-
Notifications
You must be signed in to change notification settings - Fork 17
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
Labels
Comments
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
…elements. Implement wildcard-matching. #15
tintoy
added a commit
that referenced
this issue
Oct 15, 2017
tintoy
added a commit
that referenced
this issue
Oct 15, 2017
Implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
The text was updated successfully, but these errors were encountered: