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

Hover show documentation for XSI attributes #240

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

NikolasKomonen
Copy link
Contributor

@NikolasKomonen NikolasKomonen commented Nov 29, 2018

Fixes #164 and #247

@NikolasKomonen
Copy link
Contributor Author

@fbricon updated

Copy link
Contributor

@fbricon fbricon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested with this sample from https://www.liquid-technologies.com/xml-schema-tutorial/xsd-extending-types:

<?xml version="1.0" ?>
<Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    <Name>Fred</Name> 
    <HomeAddress xsi:type="USAddressType"> 
        <Line1>234 Lancaseter Av</Line1> 
        <Line2>SmallsVille</Line2> 
        <State>Florida</State> 
        <Zipcode>34543</Zipcode> 
    </HomeAddress> 
</Person>

got nothing hovering over xsi:type

@NikolasKomonen NikolasKomonen changed the title Hover show documentation for XSI Hover show documentation for XSI attributes Nov 30, 2018
@NikolasKomonen
Copy link
Contributor Author

@fbricon updated

@NikolasKomonen
Copy link
Contributor Author

@fbricon updated

@NikolasKomonen
Copy link
Contributor Author

@fbricon updated

@fbricon fbricon merged commit 864ab31 into eclipse-lemminx:master Dec 4, 2018
@NikolasKomonen NikolasKomonen deleted the hoverXSI branch January 23, 2019 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants