Cache completion based on XML Schema/DTD #547
Labels
bug
Something isn't working
completion
This issue or enhancement is related to completion support
DTD
hover
performance
This issue or enhancement is related to performance concerns
XSD
Milestone
When completion based on XML Schema/DTD is done and XML Schema/DTD comes from the file system:
The XMl Schema / DTD is every time parsed and loaded. For a big XML Schema / DTD, there are some trouble:
To fix this issue, we should cache the completion (the CMDocument) like we have done for http but we should track all files changed of the XML Schema (which can imported other XML Schema) to clean the cache when the XMl Schema / DTD is modified.
The text was updated successfully, but these errors were encountered: