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

Completion capability was lost in specific scenarios #522

Closed
angelozerr opened this issue Jul 18, 2019 · 0 comments · Fixed by #523
Closed

Completion capability was lost in specific scenarios #522

angelozerr opened this issue Jul 18, 2019 · 0 comments · Fixed by #523
Assignees
Labels
bug Something isn't working completion This issue or enhancement is related to completion support
Milestone

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Jul 18, 2019

LSP4XML loose the completion capability from the client. For instance snippet completion capability is lost.

You can see the problem with vscode-xml when you trigger completion for encoding attribute. The apply completion should provide list of encoding and this features is broken. With this PR it fixes the problem, see the demo:

CompletionApplyDemo

@angelozerr angelozerr self-assigned this Jul 18, 2019
@angelozerr angelozerr added this to the v0.8.0 milestone Jul 18, 2019
angelozerr pushed a commit that referenced this issue Jul 18, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr added the bug Something isn't working label Jul 18, 2019
angelozerr pushed a commit that referenced this issue Jul 18, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 18, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 18, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 19, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 19, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
fbricon pushed a commit that referenced this issue Jul 19, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 22, 2019
Fix #522

Signed-off-by: azerr <azerr@redhat.com>
@fbricon fbricon changed the title Loose of completion capability from the client Loss of completion capability from the client Jul 22, 2019
@angelozerr angelozerr added the completion This issue or enhancement is related to completion support label Jul 23, 2019
@angelozerr angelozerr changed the title Loss of completion capability from the client Completion capability was lost in specific scenarios Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completion This issue or enhancement is related to completion support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant