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

No autocompletion on xsi:nil values #247

Closed
fbricon opened this issue Dec 2, 2018 · 1 comment
Closed

No autocompletion on xsi:nil values #247

fbricon opened this issue Dec 2, 2018 · 1 comment
Labels
completion This issue or enhancement is related to completion support enhancement New feature or request
Milestone

Comments

@fbricon
Copy link
Contributor

fbricon commented Dec 2, 2018

Given the following snippet:

<?xml version="1.0" ?>
<foo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    <bar xsi:nil="">Fred</bar> 
</foo>

There's no autocompletion for xsi:nil values. I expect to see true and false

@fbricon fbricon added enhancement New feature or request completion This issue or enhancement is related to completion support labels Dec 2, 2018
@fbricon
Copy link
Contributor Author

fbricon commented Dec 4, 2018

true/false combo only shows right after autocompleting xsi:nil. Doesn't work in the example above

@fbricon fbricon reopened this Dec 4, 2018
@fbricon fbricon changed the title No autocompletion on xsi:nil No autocompletion on xsi:nil values Dec 4, 2018
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 7, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 7, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 7, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 8, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 8, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
@NikolasKomonen NikolasKomonen modified the milestone: v0.5.0 Mar 8, 2019
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 12, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 13, 2019
Fixes eclipse#247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
NikolasKomonen added a commit that referenced this issue Mar 13, 2019
Fixes #247

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
@NikolasKomonen NikolasKomonen added this to the v0.5.0 milestone Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completion This issue or enhancement is related to completion support enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants