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

Find definition for locally declared entity #625

Closed
angelozerr opened this issue Mar 25, 2020 · 2 comments · Fixed by #705
Closed

Find definition for locally declared entity #625

angelozerr opened this issue Mar 25, 2020 · 2 comments · Fixed by #705
Assignees
Labels
DTD enhancement New feature or request hyperlink
Milestone

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Mar 25, 2020

Find definition for declared local entity .

Given this XML file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article [
  <!ENTITY mdash "&#x2014;">
]>
<root>
  &mdash;&mdash;
</root>

Ctrl+click on &mdash;should find definition of mdash

LocalEntityDefinitionDemo

@angelozerr angelozerr self-assigned this Apr 2, 2020
@fbricon fbricon added the enhancement New feature or request label Apr 22, 2020
@fbricon fbricon changed the title Find definition for declared entity Find definition for locally declared entity Apr 22, 2020
@fbricon fbricon added this to the 0.12.0 milestone Apr 22, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue May 15, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue May 15, 2020
@angelozerr
Copy link
Contributor Author

@ph777 I think you will be interested with this feature. It works only for local entity.

angelozerr added a commit to angelozerr/lemminx that referenced this issue May 15, 2020
@ph777
Copy link

ph777 commented May 15, 2020 via email

angelozerr added a commit to angelozerr/lemminx that referenced this issue May 15, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue May 15, 2020
angelozerr added a commit that referenced this issue May 15, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DTD enhancement New feature or request hyperlink
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants