rogalmic / vscode-xml-complete

XML editing helper (using XSD schemaLocation)
MIT License
28 stars 16 forks source link

Use xsd:annotation to show hover and Go To Definition command #11

Closed nlips closed 4 years ago

nlips commented 4 years ago

Three suggested features (inspired by Visual Studio XML editor) :

rogalmic commented 4 years ago

Comments:

  1. Tooltip -> seems nice, will check it.
  2. Autocomplete should already show xsd:annotation info.
  3. Go to definition -> does it mean showing xsd file? Seems like cool idea.

I will need to find some time for this :)

rogalmic commented 4 years ago

Build wit initial hover support ready for testing: https://github.com/rogalmic/vscode-xml-complete/releases/tag/untagged-349ddfa84a2e34808da8

rogalmic commented 4 years ago

And test version for "go to definition": https://github.com/rogalmic/vscode-xml-complete/releases/tag/untagged-8d43eeff125ef6d88650

rogalmic commented 4 years ago

Implemented...