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

Fixed error range for src-import.1.2 #499

Closed
angelozerr opened this issue Jul 3, 2019 · 0 comments · Fixed by #514
Closed

Fixed error range for src-import.1.2 #499

angelozerr opened this issue Jul 3, 2019 · 0 comments · Fixed by #514
Assignees
Labels
Milestone

Comments

@angelozerr
Copy link
Contributor

With this XSD file:

<?xml version='1.0'?>
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' >
	<xs:import></xs:import>
</xs:schema>

The xs:import should be highlighted.

We could add 2 code action:

  • code action which adds namespace attribute in xs:import
  • code action which adds targetNamespace in xs:schema
@fbricon fbricon added this to the v0.8.0 milestone Jul 3, 2019
@angelozerr angelozerr added enhancement New feature or request validation labels Jul 16, 2019
@angelozerr angelozerr added bug Something isn't working code action XSD and removed enhancement New feature or request labels Jul 23, 2019
@angelozerr angelozerr changed the title Error range for src-import.1.2 Error range for src-import.1.2 Jul 23, 2019
@angelozerr angelozerr changed the title Error range for src-import.1.2 Fixed error range for src-import.1.2 Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants